提交 a1ed374c 作者: 王定

Merge branch 'dev' of https://gitlab.yiring.com/digital-agri/agri-app into dev

{ {
"name": "湘农数智农服", "name": "湘农数智农服",
"version": "1.0.34", "version": "1.0.35",
"description": "湘农数智农服", "description": "湘农数智农服",
"keywords": [ "keywords": [
"app", "app",
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "湘农数智农服", "name": "湘农数智农服",
"appid": "__UNI__FD09823", "appid": "__UNI__FD09823",
"description": "湘农数智农服 APP", "description": "湘农数智农服 APP",
"versionName": "1.0.34", "versionName": "1.0.35",
"versionCode": 10034, "versionCode": 10035,
"transformPx": false, "transformPx": false,
"locale": "zh-Hans", "locale": "zh-Hans",
"vueVersion": "3", "vueVersion": "3",
......
...@@ -54,10 +54,13 @@ export const useUserStore = defineStore({ ...@@ -54,10 +54,13 @@ export const useUserStore = defineStore({
return null return null
}, },
/** /**
* @returns 是否为审核账号 * @returns 是否为审核账号(新增:没有登录过也算)
*/ */
isAuditMode(): boolean { isAuditMode(): boolean {
return ['10000000001', '13000000000', '13312345678'].includes(this.getUserInfo?.phone) return (
['10000000001', '13000000000', '13012345678'].includes(this.getUserInfo?.phone) ||
!this.getUserInfo?.phone
)
}, },
}, },
actions: { actions: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论