Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
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
高淑倩
7-Eleven
Commits
52b2d6d1
Commit
52b2d6d1
authored
Mar 26, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改刮刮卡
parent
3b3bed9f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
confirmOrder.js
src/pages/confirmOrder/confirmOrder.js
+4
-0
order.wxml
src/pages/order/order.wxml
+4
-0
No files found.
src/pages/confirmOrder/confirmOrder.js
View file @
52b2d6d1
...
@@ -933,6 +933,10 @@ wxService.page({
...
@@ -933,6 +933,10 @@ wxService.page({
});
});
}
}
//校验当前选择的地址是否还有效 (判断是否是老地址,如果是的话 弹出提示,让用户去修改地址)
console
.
log
(
this
.
data
.
addressId
)
console
.
log
(
this
.
data
.
addressInfo
)
this
.
calPreferentialPrice
(
params
)
this
.
calPreferentialPrice
(
params
)
}
}
}).
finally
(()
=>
{
});
}).
finally
(()
=>
{
});
...
...
src/pages/order/order.wxml
View file @
52b2d6d1
...
@@ -70,6 +70,8 @@
...
@@ -70,6 +70,8 @@
class="upload_Item_img"
class="upload_Item_img"
src="{{sub.skuImgUrl}}"
src="{{sub.skuImgUrl}}"
bindtap='goProDetail'
bindtap='goProDetail'
mode='aspectFit'
lazy-load
data-id='{{sub.goodsId}}'
data-id='{{sub.goodsId}}'
/>
/>
</view>
</view>
...
@@ -100,6 +102,8 @@
...
@@ -100,6 +102,8 @@
class="upload_Item_img"
class="upload_Item_img"
src="{{sub.skuImgUrl ? sub.skuImgUrl : sub.mainImgUrl}}"
src="{{sub.skuImgUrl ? sub.skuImgUrl : sub.mainImgUrl}}"
bindtap='goProDetail'
bindtap='goProDetail'
mode='aspectFit'
lazy-load
data-id='{{sub.goodsId}}'
data-id='{{sub.goodsId}}'
/>
/>
</view>
</view>
...
...
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