master
fanfan 5 days ago
parent 7bf69d6163
commit b3de7f7a20
  1. 2
      ext.json
  2. 2
      manifest.json
  3. 6
      pages/gamll/dailyReport.vue
  4. 2
      pages/goods/seckillDetail.vue
  5. 2
      project.config.json

@ -1,6 +1,6 @@
{ {
"extEnable": true, "extEnable": true,
"extAppid": "wx9f7e94fe11dc0c23", "extAppid": "wxa3127ed5c3542a28",
"ext": { "ext": {
"store_id": 10048 "store_id": 10048
} }

@ -92,7 +92,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx9f7e94fe11dc0c23", "appid" : "wxa3127ed5c3542a28",
"libVersion" : "latest", "libVersion" : "latest",
"setting" : { "setting" : {
// TLS // TLS

@ -32,8 +32,8 @@
<view class="" v-if="item.goods_name"> <view class="" v-if="item.goods_name">
{{'★'+item.goods_name}} {{'★'+item.goods_name}}
</view> </view>
<view class="" v-if="item.cost_price_min"> <view class="" v-if="item.goods_price_min">
市场价:{{item.cost_price_min}} 市场价:{{item.goods_price_min}}
</view> </view>
<view class="" v-if="item.membership_price"> <view class="" v-if="item.membership_price">
推广价:{{item.membership_price}} 推广价:{{item.membership_price}}
@ -116,7 +116,7 @@
obj.goods_name + obj.goods_name +
'\n' + '\n' +
'市场价:' + '市场价:' +
obj.cost_price_min + obj.goods_price_min +
'\n' + '\n' +
'推广价:' + '推广价:' +
obj.membership_price + obj.membership_price +

@ -981,7 +981,7 @@
SharpGoodsApi.detail(that.activeTimeId, that.sharpGoodsId) SharpGoodsApi.detail(that.activeTimeId, that.sharpGoodsId)
.then(result => { .then(result => {
let info = result.data.goods; let info = result.data.goods;
that.setting = result.data.detail.setting that.setting = result.data.setting
that.activeInfo = result.data.active that.activeInfo = result.data.active
that.goodsId = info.goods_id that.goodsId = info.goods_id
that.goods.skuList = []; that.goods.skuList = [];

@ -1,5 +1,5 @@
{ {
"appid": "wx9f7e94fe11dc0c23", "appid": "wxa3127ed5c3542a28",
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.3.3", "libVersion": "3.3.3",
"packOptions": { "packOptions": {

Loading…
Cancel
Save