支付修改
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="fivecontent flex-colum">
|
||||
<view class="fivecontent">
|
||||
<!-- <view class="fivecontent" :style="{'height':seighT + 'px'}"> -->
|
||||
<!-- <scroll-view :style="{'height':seighT + 'px'}" scroll-y @scrolltolower="loadMore"
|
||||
scroll-with-animation> -->
|
||||
@@ -490,14 +490,12 @@
|
||||
async viewHistory(item, index) {
|
||||
this.viewHistoryindex = index
|
||||
if (item.dictName == 'allCity') {
|
||||
console.log(item, 111)
|
||||
let res = await this.api.locationdistrict({
|
||||
keywords: uni.cache.get('getLocationstorage').address
|
||||
})
|
||||
this.clickhometoplistmenulist.detail = res.data
|
||||
this.clickhometoplistmenulist.quilt = '1'
|
||||
} else {
|
||||
console.log(item, 222)
|
||||
this.clickhometoplistmenulist.detail = item.detail
|
||||
this.clickhometoplistmenulist.quilt = ''
|
||||
}
|
||||
@@ -506,9 +504,10 @@
|
||||
duration: 300
|
||||
});
|
||||
if (item.isChild) {
|
||||
this.form.type = '' //先清空后赋值
|
||||
this.showproductlist = true
|
||||
} else {
|
||||
this.form.type = item.value //附近1KM 1选中 0不选中
|
||||
this.form.type = item.value == this.form.type ? "" : item.value //附近1KM 1选中 0不选中
|
||||
this.form.page = 1
|
||||
this.form.size = 10
|
||||
this.form.status = 'loadmore'
|
||||
|
||||
Reference in New Issue
Block a user