Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
f0bbe453
Commit
f0bbe453
authored
Jun 23, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7daba106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/index/index.vue
+2
-2
order-detail.vue
pages/order/order-detail.vue
+1
-1
No files found.
pages/index/index.vue
View file @
f0bbe453
...
...
@@ -153,8 +153,8 @@ export default {
}
this
.
add_show
=
uni
.
getStorageSync
(
"add_top_app"
)?
uni
.
getStorageSync
(
"add_top_app"
).
add_top_app_show
:
1
;
this
.
setting
=
set
;
console
.
log
(
this
.
setting
)
//
console.log(this.setting)
console
.
log
(
uni
.
getStorageSync
(
"basedata"
))
uni
.
showNavigationBarLoading
();
},
onShow
()
{
...
...
pages/order/order-detail.vue
View file @
f0bbe453
...
...
@@ -61,7 +61,7 @@
mode=
"aspectFill"
/>
<view
class=
"good-info"
>
<view
class=
"good-name"
@
click=
"redirectGoods(x.
goods_i
d)"
>
{{
<view
class=
"good-name"
@
click=
"redirectGoods(x.
GoodsI
d)"
>
{{
x
.
GoodsName
}}
</view>
<view
class=
"good-attr"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment