lex-wxl 6 days ago
parent
commit
af02a76950
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

@@ -135,14 +135,14 @@
           </view>
         </view>
 
-        <view class="goodsInfo">
+        <!-- <view class="goodsInfo">
           <view class="desc">乐器搭配<text>(非必选)</text></view>
           <view class="goodsList">
             <view wx:for="{{ instrumentList }}" wx:key="index" class="goodsItem {{ item.id == selectInstrumentId ? 'selected' : '' }}" bind:tap="onSelectInstrument" data-id="{{ item.id }}">
               {{ item.name }}<text>¥{{ item.showSalePrice }}</text>
             </view>
           </view>
-        </view>
+        </view> -->
       </view>
       <!-- </view> -->
     </scroll-view>