谢杰标 %!s(int64=2) %!d(string=hai) anos
pai
achega
1c8411c3df
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      common/config.js
  2. 1 1
      pages/bill/index.vue

+ 2 - 2
common/config.js

@@ -5,9 +5,9 @@ const dev = {
   BASE_IMG_URL: "https://file-dev.xyyxt.net/",
 };
 
-const index = 0; // 测试环境
+// const index = 0; // 测试环境
 // const index = 1; // 测试环境
-// const index = 2; // 正式
+const index = 2; // 正式
 const set = [
   dev,
   {

+ 1 - 1
pages/bill/index.vue

@@ -29,7 +29,7 @@
         {{ item.name }}
       </view>
 
-      <view class="code-box" v-if="item.type == 3">
+      <view class="code-box" v-if="item.type == 3 && item.checked">
         <tki-qrcode
           :cid="item.codeUrl"
           ref="qrcode"