@@ -128,7 +128,7 @@ export async function wxLoginFn(update) {
uni.showModal({
title: '更新提示',
content: '发现新版本,请重启应用',
- cancelColor:'#eeeeee',
+ cancelColor:'#DDDDDD',
confirmColor:'#FF0000',
success(res2) {
if (res2.confirm) {
@@ -127,7 +127,7 @@ export async function wxLoginFn(update) {
@@ -107,7 +107,7 @@ export async function wxLoginFn(update) {