diff --git a/config/index.ts b/config/index.ts index d4c4e16..bc28a33 100644 --- a/config/index.ts +++ b/config/index.ts @@ -50,7 +50,7 @@ const config = { prebundle: { enable: false }, }, cache: { - enable: true, // Webpack 持久化缓存配置,建议开启。默认配置请参考:https://docs.taro.zone/docs/config-detail#cache + enable: false, // Webpack 持久化缓存配置,建议开启。默认配置请参考:https://docs.taro.zone/docs/config-detail#cache }, sass: { data: `@import "@nutui/nutui-taro/dist/styles/variables.scss";`, diff --git a/package.json b/package.json index d3c7ffb..3ae6e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jdt-user", - "version": "3.0.12", + "version": "3.0.14", "private": true, "description": "", "templateInfo": { @@ -9,7 +9,7 @@ "css": "sass" }, "taroConfig": { - "version": "3.0.12" + "version": "3.0.14" }, "scripts": { "build:weapp": "taro build --type weapp", diff --git a/src/pages/admin/verify/verify_list/index.vue b/src/pages/admin/verify/verify_list/index.vue index aba6a1a..1d0d753 100644 --- a/src/pages/admin/verify/verify_list/index.vue +++ b/src/pages/admin/verify/verify_list/index.vue @@ -74,6 +74,7 @@ const subVerify = async () => { try { const res = await activeOrderVerify({ oid: goodInfo.value.oid, + bid: goodInfo.value.bid, }); Taro.showToast({ title: res.msg, @@ -106,8 +107,8 @@ const subVerify = async () => { display: flex; image { - width: 150rpx; - height: 150rpx; + width: 150px; + height: 150px; border-radius: 7px; display: block; } diff --git a/src/pages/users/account/index.vue b/src/pages/users/account/index.vue index 710899c..07478b9 100644 --- a/src/pages/users/account/index.vue +++ b/src/pages/users/account/index.vue @@ -1,6 +1,7 @@