This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -77,8 +77,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #de1414;
|
background-color: #de1414;
|
||||||
|
|||||||
@@ -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
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