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