@@ -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,
{
@@ -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"