mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-16 23:45:53 +08:00
注销用户提示语句错误
This commit is contained in:
@@ -368,7 +368,7 @@ export function quiteLoginOut () {
|
||||
export function logoff () {
|
||||
uni.showModal({
|
||||
title: "提示",
|
||||
content: "确认注销用户么?注销用户将无法再次登录并失去当前数据就。根据法规数据最长保留6个月,期间可以联系客服人员进行恢复数据。",
|
||||
content: "确认注销用户么?注销用户将无法再次登录并失去当前数据。",
|
||||
confirmColor: Vue.prototype.$mainColor,
|
||||
async success (res) {
|
||||
if (res.confirm) {
|
||||
|
||||
Reference in New Issue
Block a user