[更新]
This commit is contained in:
@@ -78,7 +78,6 @@ Page({
|
||||
}
|
||||
if(res.data.detail.type == 'virtual') this.setData({isdeliver : 1})
|
||||
}
|
||||
|
||||
this.setData({
|
||||
address : res.data.address,
|
||||
allAddress : res.data.all_address,
|
||||
@@ -219,7 +218,6 @@ Page({
|
||||
* 选择收货地址
|
||||
*/
|
||||
selectAddress(e){
|
||||
console.log(e)
|
||||
let new_addressId = e.currentTarget.dataset.id,
|
||||
addressId = this.data.address.id
|
||||
if (new_addressId != addressId) {
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<view class="rightsList" style="padding: 0 0 2rpx">
|
||||
<view class="rightsLabel">
|
||||
<view class="rightsLabel-left">{{detail.attribute.form_type}}</view>
|
||||
<view class="rightsLabel-right rightsLabel-red">¥{{detail.score}}</view>
|
||||
<view class="rightsLabel-right rightsLabel-red">¥{{score}}</view>
|
||||
</view>
|
||||
<view class="rightsLabel uni-border-top">
|
||||
<view class="rightsLabel-left">{{detail.attribute.form_pay}}</view>
|
||||
|
||||
Reference in New Issue
Block a user