This commit is contained in:
weipengfei 2024-03-21 15:42:20 +08:00
parent ee6a95c99d
commit 7f8de78734
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
"versionName" : "2.0.03",
"versionCode" : 2003,
"versionName" : "2.0.04",
"versionCode" : 2004,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -327,7 +327,7 @@
uni.$once('searchValue', (e)=>{
this.$nextTick(()=>{
this.where.keyword = e;
this.storeMerchantList(true);
this.getProductslist(true);
})
})
}

View File

@ -47,7 +47,7 @@
<view class="section info">
<view class="item very">
<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 class="item very">
<view class="name">店铺地址</view>