mod(custom): 增加公告弹窗
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-30 19:59:00 +08:00
parent 90f1764e7b
commit 3926922925
4 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -77,8 +77,6 @@
}
.menu {
.active {
border-radius: 10px;
background-color: #de1414;

View File

@@ -72,7 +72,10 @@ interface navigationType {
const navigationList = ref<Array<navigationType>>([]);
const imgList = ref([require('../../static/popTip.png')]);
const imgList = ref([
require('../../static/popTip-1.png'),
require('../../static/popTip.png'),
]);
Taro.useShareAppMessage(() => ({
title: '捷兑通',

BIN
src/static/popTip-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB