diff --git a/ext.json b/ext.json
index f2b22b7..d1f4139 100644
--- a/ext.json
+++ b/ext.json
@@ -1,6 +1,6 @@
{
"extEnable": true,
- "extAppid": "wx9f7e94fe11dc0c23",
+ "extAppid": "wxa3127ed5c3542a28",
"ext": {
"store_id": 10048
}
diff --git a/manifest.json b/manifest.json
index 4795dac..8031dc4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -92,7 +92,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx9f7e94fe11dc0c23",
+ "appid" : "wxa3127ed5c3542a28",
"libVersion" : "latest",
"setting" : {
// 是否检查安全域名和 TLS 版本
diff --git a/pages/gamll/dailyReport.vue b/pages/gamll/dailyReport.vue
index 5dd1d57..3d9ffc3 100644
--- a/pages/gamll/dailyReport.vue
+++ b/pages/gamll/dailyReport.vue
@@ -32,8 +32,8 @@
{{'★'+item.goods_name}}
-
- 市场价:{{item.cost_price_min}}
+
+ 市场价:{{item.goods_price_min}}
推广价:{{item.membership_price}}
@@ -116,7 +116,7 @@
obj.goods_name +
'\n' +
'市场价:' +
- obj.cost_price_min +
+ obj.goods_price_min +
'\n' +
'推广价:' +
obj.membership_price +
diff --git a/pages/goods/seckillDetail.vue b/pages/goods/seckillDetail.vue
index 39052fb..bc37597 100644
--- a/pages/goods/seckillDetail.vue
+++ b/pages/goods/seckillDetail.vue
@@ -981,7 +981,7 @@
SharpGoodsApi.detail(that.activeTimeId, that.sharpGoodsId)
.then(result => {
let info = result.data.goods;
- that.setting = result.data.detail.setting
+ that.setting = result.data.setting
that.activeInfo = result.data.active
that.goodsId = info.goods_id
that.goods.skuList = [];
diff --git a/project.config.json b/project.config.json
index 3a08f0f..ae32f42 100644
--- a/project.config.json
+++ b/project.config.json
@@ -1,5 +1,5 @@
{
- "appid": "wx9f7e94fe11dc0c23",
+ "appid": "wxa3127ed5c3542a28",
"compileType": "miniprogram",
"libVersion": "3.3.3",
"packOptions": {