Browse Source

[bug]修改商品评论 null 的问题

zyh
Gao xiaosong 5 years ago
parent
commit
fd14ec6947
  1. 2
      components/UserEvaluation.vue
  2. 4
      manifest.json
  3. BIN
      myappSignKey.keystore
  4. 1
      pages/order/OrderSubmission/index.vue

2
components/UserEvaluation.vue

@ -10,7 +10,7 @@
<view class="start" :class="'star' + item.star"></view> <view class="start" :class="'star' + item.star"></view>
</view> </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="evaluate-infor">{{ item.comment }}</view>
<view class="imgList acea-row"> <view class="imgList acea-row">
<view class="pictrue" v-for="(itemn, eq) in item.picturesArr" :key="eq"> <view class="pictrue" v-for="(itemn, eq) in item.picturesArr" :key="eq">

4
manifest.json

@ -1,6 +1,6 @@
{ {
"name" : "yshopmall_uni", "name" : "yshopmall_uni",
"appid" : "", "appid" : "__UNI__1EA8D79",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
@ -57,7 +57,7 @@
"sdkConfigs" : { "sdkConfigs" : {
"oauth" : { "oauth" : {
"weixin" : { "weixin" : {
"appid" : "", "appid" : "wx604d2ea4702620d2",
"appsecret" : "", "appsecret" : "",
"UniversalLinks" : "" "UniversalLinks" : ""
} }

BIN
myappSignKey.keystore

Binary file not shown.

1
pages/order/OrderSubmission/index.vue

@ -327,6 +327,7 @@
}, },
mounted: function() { mounted: function() {
let that = this; let that = this;
this.$store.dispatch('USERINFO', true)
that.getCartInfo(); that.getCartInfo();
if (that.$yroute.query.pinkid !== undefined) if (that.$yroute.query.pinkid !== undefined)
that.pinkId = that.$yroute.query.pinkid; that.pinkId = that.$yroute.query.pinkid;

Loading…
Cancel
Save