diff --git a/app.js b/app.js
index 8f07bc1..4267b37 100644
--- a/app.js
+++ b/app.js
@@ -38,7 +38,7 @@ App({
// 获取前端配置文件
commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => {
let data = JSON.parse(res.data);
- data.isTest = data.isTest115? true : false;
+ data.isTest = data.isTest114? true : false;
data.indexSeason = null
this.globalData.configJson = data
}).then(() => {
diff --git a/pages/info/postProductInfo/index.wxml b/pages/info/postProductInfo/index.wxml
index b074660..5f260fa 100644
--- a/pages/info/postProductInfo/index.wxml
+++ b/pages/info/postProductInfo/index.wxml
@@ -40,7 +40,11 @@
已售{{info.sales_number>1000?"1000+":(info.sales_number||0)}}
-
+
+
+ 款式选择
+
+
{{info.title}}