更新
This commit is contained in:
parent
ee6a95c99d
commit
7f8de78734
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "2.0.03",
|
"versionName" : "2.0.04",
|
||||||
"versionCode" : 2003,
|
"versionCode" : 2004,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -327,7 +327,7 @@
|
|||||||
uni.$once('searchValue', (e)=>{
|
uni.$once('searchValue', (e)=>{
|
||||||
this.$nextTick(()=>{
|
this.$nextTick(()=>{
|
||||||
this.where.keyword = e;
|
this.where.keyword = e;
|
||||||
this.storeMerchantList(true);
|
this.getProductslist(true);
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<view class="section info">
|
<view class="section info">
|
||||||
<view class="item very">
|
<view class="item very">
|
||||||
<view class="name">店铺简介</view>
|
<view class="name">店铺简介</view>
|
||||||
<view class="value" v-if="store.mer_info">{{ store.mer_info.mer_info }}</view>
|
<view class="value">{{ store.info }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item very">
|
<view class="item very">
|
||||||
<view class="name">店铺地址</view>
|
<view class="name">店铺地址</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user