Browse Source

去掉商品

lex-wxl 6 days ago
parent
commit
92572f194d
2 changed files with 3 additions and 3 deletions
  1. 1 1
      miniprogram/config.ts
  2. 2 2
      miniprogram/pages/index/index.wxml

+ 1 - 1
miniprogram/config.ts

@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",

+ 2 - 2
miniprogram/pages/index/index.wxml

@@ -166,7 +166,7 @@
             </view>
             <!-- <image wx:if="{{ list.length > 3 }}" bind:tap="onLookMore" class="iconMore" src="./images/icon-more.png"></image> -->
           </view>
-          <view class="combo-section">
+          <!-- <view class="combo-section">
             <view class="combo-title">
               超值组合,乐器随心选
               <text class="select-one">(可选1件)</text>
@@ -181,7 +181,7 @@
                 <view class="combo-item-origin">日常价<text>¥ {{ item.showOriginalPrice }}</text></view>
               </view>
             </view>
-          </view>
+          </view> -->
         </view>
         <view class="popupBottom">
           <!-- 有选择商品的时候 -->