部分
This commit is contained in:
@@ -226,6 +226,10 @@ Page({
|
||||
}
|
||||
}).then((res)=>{
|
||||
console.log(res)
|
||||
wx.showToast({
|
||||
title:res.data.msg,
|
||||
icon:"none"
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<!-- <picker bindchange="bindPickerChange" value="{{item.item_id?item.item_id:0}}" range="{{info.goods.goods_spec_list?info.goods.goods_spec_list:['默认规格']}}">
|
||||
<shuru left="城市信息" right="北京市 北京市 东城区" ifarrow="{{true}}" data-no="3"></shuru>
|
||||
</picker> -->
|
||||
<view bindtap="showPopup">
|
||||
<view bindtap="showPopup" wx:if="{{nowcountry == '中国'}}">
|
||||
<shuru left="城市信息" right="{{addressCity}}" ifarrow="{{true}}" data-no="3"></shuru>
|
||||
</view>
|
||||
<van-popup show="{{ show }}" position="bottom" bind:close="onClose" >
|
||||
|
||||
Reference in New Issue
Block a user