diff --git a/package.json b/package.json index 158f029..5665859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jdt-user", - "version": "4.0.5", + "version": "4.0.6", "private": true, "description": "", "templateInfo": { @@ -9,7 +9,7 @@ "css": "sass" }, "taroConfig": { - "version": "4.0.5" + "version": "4.0.6" }, "scripts": { "build:weapp": "taro build --type weapp", diff --git a/src/pages/admin/order_manage/index.scss b/src/pages/admin/order_manage/index.scss index cb466c6..ddfd6bc 100644 --- a/src/pages/admin/order_manage/index.scss +++ b/src/pages/admin/order_manage/index.scss @@ -77,8 +77,6 @@ } .menu { - - .active { border-radius: 10px; background-color: #de1414; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 0677be6..15c9c03 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -72,7 +72,10 @@ interface navigationType { const navigationList = ref>([]); -const imgList = ref([require('../../static/popTip.png')]); +const imgList = ref([ + require('../../static/popTip-1.png'), + require('../../static/popTip.png'), +]); Taro.useShareAppMessage(() => ({ title: '捷兑通', diff --git a/src/static/popTip-1.png b/src/static/popTip-1.png new file mode 100644 index 0000000..6993597 Binary files /dev/null and b/src/static/popTip-1.png differ