@@ -1,4 +1,4 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
const apiUrlInfo = {
dev: "https://dev.kt.colexiu.com",
test: "https://test.kt.colexiu.com",
@@ -135,14 +135,14 @@
</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> -->
</scroll-view>