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,
"extAppid": "wx9f7e94fe11dc0c23",
"extAppid": "wxa3127ed5c3542a28",
"ext": {
"store_id": 10048
}

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

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

@ -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 = [];

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

Loading…
Cancel
Save