Browse Source

【删除恶意字段】

siChuanBan_2019.10.29
刘晖 4 years ago
parent
commit
6e6d094c3d
2 changed files with 14 additions and 2 deletions
  1. +1
    -1
      pages/topicDetail/index.wxml
  2. +13
    -1
      project.config.json

+ 1
- 1
pages/topicDetail/index.wxml View File

@@ -25,7 +25,7 @@
</view>
<view class="coupons1-info">
<view class="coupons1-info-name tit">{{item.title}}</view>
<view class="coupons1-info-name subtitle">{{item.subTitle}}都是打打杀杀</view>
<view class="coupons1-info-name subtitle">{{item.subTitle}}</view>
<view class="coupons1-info-price-p">
<text class="i">¥</text>{{item.salePriceStr}}
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" wx:if="{{item.type == 1}}">


+ 13
- 1
project.config.json View File

@@ -9,8 +9,20 @@
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"checkInvalidKey": true
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "2.5.0",


Loading…
Cancel
Save