diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue
index 815c5e0..3e06530 100644
--- a/components/UserEvaluation.vue
+++ b/components/UserEvaluation.vue
@@ -10,7 +10,7 @@
- {{ dataFormat(item.addTime) }} {{ item.suk }}
+ {{ dataFormat(item.addTime) }} {{ item.suk||'' }}
{{ item.comment }}
diff --git a/manifest.json b/manifest.json
index 47ae761..f1f3364 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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" : ""
}
diff --git a/myappSignKey.keystore b/myappSignKey.keystore
new file mode 100644
index 0000000..d40aa26
Binary files /dev/null and b/myappSignKey.keystore differ
diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue
index 43def2c..bcf25da 100644
--- a/pages/order/OrderSubmission/index.vue
+++ b/pages/order/OrderSubmission/index.vue
@@ -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;