This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -77,8 +77,6 @@
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
||||
|
||||
.active {
|
||||
border-radius: 10px;
|
||||
background-color: #de1414;
|
||||
|
||||
@@ -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
BIN
src/static/popTip-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
Reference in New Issue
Block a user