[bug]修改商品评论 null 的问题
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<view class="start" :class="'star' + item.star"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="time">{{ dataFormat(item.addTime) }} {{ item.suk }}</view>
|
||||
<view class="time">{{ dataFormat(item.addTime) }} {{ item.suk||'' }}</view>
|
||||
<view class="evaluate-infor">{{ item.comment }}</view>
|
||||
<view class="imgList acea-row">
|
||||
<view class="pictrue" v-for="(itemn, eq) in item.picturesArr" :key="eq">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "yshopmall_uni",
|
||||
"appid" : "",
|
||||
"appid" : "__UNI__1EA8D79",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
@ -57,7 +57,7 @@
|
||||
"sdkConfigs" : {
|
||||
"oauth" : {
|
||||
"weixin" : {
|
||||
"appid" : "",
|
||||
"appid" : "wx604d2ea4702620d2",
|
||||
"appsecret" : "",
|
||||
"UniversalLinks" : ""
|
||||
}
|
||||
|
BIN
myappSignKey.keystore
Normal file
BIN
myappSignKey.keystore
Normal file
Binary file not shown.
@ -327,6 +327,7 @@
|
||||
},
|
||||
mounted: function() {
|
||||
let that = this;
|
||||
this.$store.dispatch('USERINFO', true)
|
||||
that.getCartInfo();
|
||||
if (that.$yroute.query.pinkid !== undefined)
|
||||
that.pinkId = that.$yroute.query.pinkid;
|
||||
|
Reference in New Issue
Block a user