Rorschach 3 年之前
父節點
當前提交
0b20413bcc
共有 4 個文件被更改,包括 7 次插入3 次删除
  1. 1 0
      pages/index/index.wxml
  2. 1 1
      pages/product/product.wxml
  3. 2 1
      pages/product/product.wxss
  4. 3 1
      project.config.json

+ 1 - 0
pages/index/index.wxml

@@ -50,6 +50,7 @@
     <image src="http://reader-wx.ai160.com/images/reader/activity/banner.jpg"></image>
   </view> -->
   <view hidden="{{(!isIos && isVip) || 0 != myIndex }}" class="activity-img" bindtap="bannerTap">
+  <!-- <view hidden="{{0 != myIndex }}"  class="activity-img" bindtap="bannerTap"> -->
     <image src="http://reader-wx.ai160.com/images/reader/pay/{{isIos ? 'ios_banner' : 'android_banner'}}.jpg"></image>
   </view>
   <view wx:if="{{isIos ||  isVip}}" class="activity-buy" bindtap="myPlase">

+ 1 - 1
pages/product/product.wxml

@@ -3,7 +3,7 @@
         <view class="title">
             <view class="name">{{name}}</view>
             <!-- <view class="price"></view> -->
-            <view class="price-tag"><text class="price">{{price}}</text>/月</view>
+            <view class="price-tag"><text class="price">{{price}}</text>/月</view>
         </view>
         <view class="origin">原价29.9元/月</view>
         <view class="btn" bindtap="buy">立即购买</view>

+ 2 - 1
pages/product/product.wxss

@@ -25,6 +25,7 @@
     margin-top: 35rpx;
     padding: 50rpx;
     box-sizing: border-box;
+    padding-right: 66rpx;
 }
 
 .product-box .title .name{
@@ -55,7 +56,7 @@
     color: rgba(255,255,255,.7);
     position: absolute;
     top: 167rpx;
-    left: 408rpx;
+    left: 430rpx;
     text-decoration: line-through;
 }
 

+ 3 - 1
project.config.json

@@ -17,8 +17,9 @@
     "checkInvalidKey": true,
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
+    "useApiHostProcess": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
@@ -28,6 +29,7 @@
     "useIsolateContext": true,
     "useCompilerModule": false,
     "userConfirmedUseCompilerModuleSwitch": false,
+    "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
     "minifyWXSS": true