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", "name": "jdt-user",
"version": "4.0.5", "version": "4.0.6",
"private": true, "private": true,
"description": "", "description": "",
"templateInfo": { "templateInfo": {
@@ -9,7 +9,7 @@
"css": "sass" "css": "sass"
}, },
"taroConfig": { "taroConfig": {
"version": "4.0.5" "version": "4.0.6"
}, },
"scripts": { "scripts": {
"build:weapp": "taro build --type weapp", "build:weapp": "taro build --type weapp",

View File

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

View File

@@ -72,7 +72,10 @@ interface navigationType {
const navigationList = ref<Array<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(() => ({ Taro.useShareAppMessage(() => ({
title: '捷兑通', title: '捷兑通',

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB