Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
uni-starter
提交
56f8588b
U
uni-starter
项目概览
梦想橡皮擦
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
56f8588b
编写于
6月 09, 2022
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
升级预置的`uni_modules`->`uni-captcha`版本为:0.6.0。[详情](
https://ext.dcloud.net.cn/plugin?name=uni-captcha
)
上级
60c2ced4
变更
21
展开全部
隐藏空白更改
内联
并排
Showing
21 changed file
with
145 addition
and
862 deletion
+145
-862
README.md
README.md
+3
-569
changelog.md
changelog.md
+7
-0
common/appInit.js
common/appInit.js
+4
-4
manifest.json
manifest.json
+63
-232
package.json
package.json
+3
-2
pages.json
pages.json
+2
-1
pages/list/detail.vue
pages/list/detail.vue
+9
-9
pages/list/list.nvue
pages/list/list.nvue
+2
-2
pages/ucenter/about/about.vue
pages/ucenter/about/about.vue
+6
-6
pages/ucenter/login-page/index/index.vue
pages/ucenter/login-page/index/index.vue
+1
-1
pages/ucenter/login-page/pwd-login/pwd-login.vue
pages/ucenter/login-page/pwd-login/pwd-login.vue
+3
-3
pages/ucenter/login-page/register/register.vue
pages/ucenter/login-page/register/register.vue
+10
-5
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+6
-6
uni-starter.config.js
uni-starter.config.js
+2
-0
uni_modules/uni-captcha/changelog.md
uni_modules/uni-captcha/changelog.md
+3
-0
uni_modules/uni-captcha/components/uni-captcha/uni-captcha.vue
...odules/uni-captcha/components/uni-captcha/uni-captcha.vue
+1
-1
uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.vue
...aptcha/components/uni-popup-captcha/uni-popup-captcha.vue
+12
-4
uni_modules/uni-captcha/package.json
uni_modules/uni-captcha/package.json
+1
-1
uni_modules/uni-captcha/uniCloud/cloudfunctions/common/uni-captcha/index.js
...ptcha/uniCloud/cloudfunctions/common/uni-captcha/index.js
+1
-1
uni_modules/uni-captcha/uniCloud/cloudfunctions/uni-captcha-co/index.obj.js
...ptcha/uniCloud/cloudfunctions/uni-captcha-co/index.obj.js
+6
-10
uni_modules/uni-captcha/uniCloud/database/db_init.json
uni_modules/uni-captcha/uniCloud/database/db_init.json
+0
-5
未找到文件。
README.md
浏览文件 @
56f8588b
此差异已折叠。
点击以展开。
changelog.md
浏览文件 @
56f8588b
## 1.2.5(2022-05-29)
升级预置的
`uni_modules`
->
`uni-captcha`
版本为:0.6.0。
[
详情
](
https://ext.dcloud.net.cn/plugin?name=uni-captcha
)
## 1.2.4(2022-05-20)
-
修改
`uni-starter.config.js`
->
`debug`
的默认值为
`false`
## 1.2.3(2022-05-20)
-
默认关闭
`manifest.json`
中的扩展配置
-
`uni-starter.config.js`
新增debug,用于配置是否开启调试模式
## 1.2.2(2022-05-19)
-
优化登陆体验,账号密码登陆错误超过2次,再显示图形验证码进行人机校验。
## 1.2.1(2022-05-18)
...
...
common/appInit.js
浏览文件 @
56f8588b
...
...
@@ -8,7 +8,8 @@ import interceptorChooseImage from '@/uni_modules/json-interceptor-chooseImage/j
// #endif
const
db
=
uniCloud
.
database
()
export
default
async
function
()
{
let
loginConfig
=
uniStarterConfig
.
router
.
login
let
loginConfig
=
uniStarterConfig
.
router
.
login
;
const
debug
=
uniStarterConfig
.
debug
;
//清除有配置但设备环境不支持的登录项
// #ifdef APP-PLUS
await
new
Promise
((
callBack
)
=>
{
...
...
@@ -152,7 +153,6 @@ export default async function() {
}
})
const
Debug
=
false
;
//拦截器封装callFunction
let
callFunctionOption
;
uniCloud
.
addInterceptor
(
'
callFunction
'
,
{
...
...
@@ -200,7 +200,7 @@ export default async function() {
},
fail
(
e
)
{
// 失败回调拦截
console
.
error
(
'
网络请求错误码:
'
,
JSON
.
stringify
(
e
));
if
(
D
ebug
)
{
if
(
d
ebug
)
{
uni
.
showModal
({
content
:
JSON
.
stringify
(
e
),
showCancel
:
false
...
...
@@ -375,7 +375,7 @@ export default async function() {
},
fail
(
err
)
{
// 失败回调拦截
console
.
log
(
err
);
if
(
D
ebug
)
{
if
(
d
ebug
)
{
console
.
log
(
err
);
uni
.
showModal
({
content
:
JSON
.
stringify
(
err
),
...
...
manifest.json
浏览文件 @
56f8588b
{
"name"
:
""
,
"appid"
:
"请点击重新获取"
,
"description"
:
"云端一体应用快速开发模版"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
"locales"
:
{
"en"
:
{
"name"
:
"uni-starter"
,
"android"
:
{
"strings"
:
{
"CustomKey"
:
"CustomValue"
}
"name"
:
"uni-starter"
,
"appid"
:
"__UNI__EC87F46"
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
true
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
},
"ios"
:
{
"privacyDescription"
:
{
"NSPhotoLibraryUsageDescription"
:
"access to the user’s photo library(read)"
},
"infoPlist"
:
{
"CustomKey"
:
"CustomValue"
}
}
},
"zh"
:
{
"name"
:
"统一应用基本项目"
}
},
"privacy"
:
{
"prompt"
:
"template"
,
"template"
:
{
"title"
:
"服务协议和隐私政策"
,
"message"
:
" 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=
\"
https://ask.dcloud.net.cn/protocol.html
\"
>《服务协议》</a>和<a href=
\"
https://ask.dcloud.net.cn/protocol.html
\"
>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。"
,
"buttonAccept"
:
"同意"
,
"buttonRefuse"
:
"暂不同意"
}
},
"compatible"
:
{
"ignoreVersion"
:
true
},
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
false
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
},
"modules"
:
{
"Fingerprint"
:
{
},
"Share"
:
{
},
"OAuth"
:
{
},
"FaceID"
:
{
},
"Geolocation"
:
{
},
"Bluetooth"
:
{
},
"Push"
:
{
},
"Maps"
:
{
}
},
"distribute"
:
{
"android"
:
{
"permissions"
:
[
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MODIFY_AUDIO_SETTINGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.USE_FINGERPRINT
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
],
"abiFilters"
:
[
"armeabi-v7a"
,
"arm64-v8a"
,
"x86"
]
},
"ios"
:
{
"capabilities"
:
{
"entitlements"
:
{
"com.apple.developer.associated-domains"
:
[
"applinks:static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com"
]
}
}
},
"sdkConfigs"
:
{
"oauth"
:
{
"apple"
:
{
},
"weixin"
:
{
"appid"
:
""
,
"appsecret"
:
""
,
"UniversalLinks"
:
""
},
"univerify"
:
{
}
},
"ad"
:
{
},
"share"
:
{
"weixin"
:
{
"appid"
:
""
,
"UniversalLinks"
:
""
}
},
"geolocation"
:
{
"baidu"
:
{
"__platform__"
:
[
"ios"
,
"android"
],
"appkey_ios"
:
"请填写地图的key"
,
"appkey_android"
:
"请填写地图的key"
}
},
"push"
:
{
"unipush"
:
{
"version"
:
"2"
,
"offline"
:
true
,
"meizu"
:
{
},
"mi"
:
{
},
"vivo"
:
{
/*
模块配置
*/
"modules"
:
{},
/*
应用发布信息
*/
"distribute"
:
{
/*
android打包配置
*/
"android"
:
{
"permissions"
:
[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.GET_ACCOUNTS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
]
},
"oppo"
:
{
},
"hms"
:
{
}
}
},
"payment"
:
{
},
"maps"
:
{
/*
ios打包配置
*/
"ios"
:
{},
/*
SDK配置
*/
"sdkConfigs"
:
{}
}
},
"icons"
:
{
"android"
:
{
"hdpi"
:
""
,
"xhdpi"
:
""
,
"xxhdpi"
:
""
,
"xxxhdpi"
:
""
},
/*
快应用特有相关
*/
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
""
,
"setting"
:
{
"urlCheck"
:
false
},
"ios"
:
{
"appstore"
:
""
,
"ipad"
:
{
"app"
:
""
,
"app@2x"
:
""
,
"notification"
:
""
,
"notification@2x"
:
""
,
"proapp@2x"
:
""
,
"settings"
:
""
,
"settings@2x"
:
""
,
"spotlight"
:
""
,
"spotlight@2x"
:
""
},
"iphone"
:
{
"app@2x"
:
""
,
"app@3x"
:
""
,
"notification@2x"
:
""
,
"notification@3x"
:
""
,
"settings@2x"
:
""
,
"settings@3x"
:
""
,
"spotlight@2x"
:
""
,
"spotlight@3x"
:
""
}
}
},
"splashscreen"
:
{
"iosStyle"
:
"common"
,
"androidStyle"
:
"common"
,
"useOriginalMsgbox"
:
true
}
"usingComponents"
:
true
},
"nvueLaunchMode"
:
""
},
"quickapp"
:
{
},
"mp-weixin"
:
{
"appid"
:
""
,
"setting"
:
{
"urlCheck"
:
false
,
"es6"
:
false
"mp-alipay"
:
{
"usingComponents"
:
true
},
"usingComponents"
:
true
,
"betterScopedSlots"
:
true
,
"permission"
:
{
"scope.userLocation"
:
{
"desc"
:
"演示在onShow生命周期获取地理位置"
}
}
},
"mp-alipay"
:
{
"usingComponents"
:
true
},
"mp-baidu"
:
{
"usingComponents"
:
true
},
"mp-toutiao"
:
{
"usingComponents"
:
true
},
"uniStatistics"
:
{
"enable"
:
false
},
"h5"
:
{
"template"
:
""
,
"sdkConfigs"
:
{
"maps"
:
{
"qqmap"
:
{
"key"
:
""
}
}
"mp-baidu"
:
{
"usingComponents"
:
true
},
"mp-toutiao"
:
{
"usingComponents"
:
true
},
"
router"
:
{
"base"
:
""
"
uniStatistics"
:
{
"enable"
:
false
},
"uniStatistics"
:
{
"enable"
:
true
}
},
"_spaceID"
:
""
,
"vueVersion"
:
"2"
}
\ No newline at end of file
"vueVersion"
:
"2"
}
package.json
浏览文件 @
56f8588b
{
"id"
:
"uni-starter"
,
"displayName"
:
"uni-starter"
,
"version"
:
"1.2.
2
"
,
"version"
:
"1.2.
5
"
,
"description"
:
"云端一体应用快速开发基本项目模版"
,
"keywords"
:
[
"login"
,
...
...
@@ -39,7 +39,8 @@
},
"uni_modules"
:
{
"dependencies"
:
[
"uni-id-cf"
"uni-id-cf"
,
"uni-captcha"
],
"encrypt"
:
[],
"platforms"
:
{
...
...
pages.json
浏览文件 @
56f8588b
{
"pages"
:
[{
"pages"
:
[
{
"path"
:
"pages/list/list"
,
"style"
:
{
//
#ifndef
APP-PLUS
...
...
pages/list/detail.vue
浏览文件 @
56f8588b
...
...
@@ -121,7 +121,7 @@
}
else
{
uni
.
showToast
({
icon
:
'
none
'
,
title
:
this
.
$t
(
'
listDetail
'
).
newsErr
title
:
this
.
$t
(
'
listDetail
.newsErr
'
)
})
}
},
...
...
@@ -193,7 +193,7 @@
*/
followClick
()
{
uni
.
showToast
({
title
:
this
.
$t
(
'
listDetail
'
).
follow
,
title
:
this
.
$t
(
'
listDetail
.follow
'
)
,
icon
:
'
none
'
});
},
...
...
@@ -224,7 +224,7 @@
},
menus
:
[{
"
img
"
:
"
/static/app-plus/sharemenu/wechatfriend.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatFriends
,
"
text
"
:
this
.
$t
(
'
common
.wechatFriends
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneSession
"
...
...
@@ -232,7 +232,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/wechatmoments.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatBbs
,
"
text
"
:
this
.
$t
(
'
common
.wechatBbs
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneTimeline
"
...
...
@@ -240,7 +240,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/mp_weixin.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatApplet
,
"
text
"
:
this
.
$t
(
'
common
.wechatApplet
'
)
,
"
share
"
:
{
provider
:
"
weixin
"
,
scene
:
"
WXSceneSession
"
,
...
...
@@ -256,7 +256,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/weibo.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
weibo
,
"
text
"
:
this
.
$t
(
'
common
.weibo
'
)
,
"
share
"
:
{
"
provider
"
:
"
sinaweibo
"
}
...
...
@@ -270,16 +270,16 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/copyurl.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
copy
,
"
text
"
:
this
.
$t
(
'
common
.copy
'
)
,
"
share
"
:
"
copyurl
"
},
{
"
img
"
:
"
/static/app-plus/sharemenu/more.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
more
,
"
text
"
:
this
.
$t
(
'
common
.more
'
)
,
"
share
"
:
"
shareSystem
"
}
],
cancelText
:
this
.
$t
(
'
common
'
).
cancelShare
,
cancelText
:
this
.
$t
(
'
common
.cancelShare
'
)
,
},
e
=>
{
//callback
console
.
log
(
e
);
})
...
...
pages/list/list.nvue
浏览文件 @
56f8588b
...
...
@@ -58,7 +58,7 @@
</template>
<script>
var cdbRef, currentWebview
;
let cdbRef
;
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
import Gps from '@/uni_modules/json-gps/js_sdk/gps.js';
...
...
@@ -101,7 +101,7 @@
}
}
},
async onReady() {
async onReady() {
// #ifdef APP-NVUE
/* 可用窗口高度 - 搜索框高 - 状态栏高 */
this.listHight = uni.getSystemInfoSync().windowHeight - uni.getSystemInfoSync().statusBarHeight - 50 + 'px';
...
...
pages/ucenter/about/about.vue
浏览文件 @
56f8588b
...
...
@@ -76,7 +76,7 @@
},
menus
:
[{
"
img
"
:
"
/static/app-plus/sharemenu/wechatfriend.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatFriends
,
"
text
"
:
this
.
$t
(
'
common
.wechatFriends
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneSession
"
...
...
@@ -84,7 +84,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/wechatmoments.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatBbs
,
"
text
"
:
this
.
$t
(
'
common
.wechatBbs
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneTimeline
"
...
...
@@ -92,7 +92,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/weibo.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
weibo
,
"
text
"
:
this
.
$t
(
'
common
.weibo
'
)
,
"
share
"
:
{
"
provider
"
:
"
sinaweibo
"
}
...
...
@@ -106,16 +106,16 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/copyurl.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
copy
,
"
text
"
:
this
.
$t
(
'
common
.copy
'
)
,
"
share
"
:
"
copyurl
"
},
{
"
img
"
:
"
/static/app-plus/sharemenu/more.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
more
,
"
text
"
:
this
.
$t
(
'
common
.more
'
)
,
"
share
"
:
"
shareSystem
"
}
],
cancelText
:
this
.
$t
(
'
common
'
).
cancelShare
,
cancelText
:
this
.
$t
(
'
common
.cancelShare
'
)
,
},
e
=>
{
//callback
console
.
log
(
e
);
})
...
...
pages/ucenter/login-page/index/index.vue
浏览文件 @
56f8588b
...
...
@@ -91,7 +91,7 @@
sendShortMsg
()
{
if
(
!
this
.
agree
)
{
return
uni
.
showToast
({
title
:
this
.
$t
(
'
common
'
).
noAgree
,
title
:
this
.
$t
(
'
common
.noAgree
'
)
,
icon
:
'
none
'
});
}
...
...
pages/ucenter/login-page/pwd-login/pwd-login.vue
浏览文件 @
56f8588b
...
...
@@ -55,7 +55,7 @@
pwdLogin
()
{
if
(
!
this
.
agree
)
{
return
uni
.
showToast
({
title
:
this
.
$t
(
'
common
'
).
noAgree
,
title
:
this
.
$t
(
'
common
.noAgree
'
)
,
icon
:
'
none
'
});
}
...
...
@@ -84,10 +84,10 @@
// this.createCaptcha()
}
else
{
uni
.
showModal
({
title
:
this
.
$t
(
'
common
'
).
error
,
title
:
this
.
$t
(
'
common
.error
'
)
,
content
:
result
.
msg
,
showCancel
:
false
,
confirmText
:
this
.
$t
(
'
common
'
).
gotIt
confirmText
:
this
.
$t
(
'
common
.gotIt
'
)
});
}
}
...
...
pages/ucenter/login-page/register/register.vue
浏览文件 @
56f8588b
...
...
@@ -17,7 +17,7 @@
<uni-captcha
scene=
"register"
v-model=
"formData.captcha"
></uni-captcha>
</uni-forms-item>
<uni-agreements
@
setAgree=
"agree = $event"
></uni-agreements>
<button
class=
"send-btn"
type=
"primary
"
@
click=
"submit"
>
{{
$t
(
'
register.registerAndLogin
'
)
}}
</button>
<button
class=
"send-btn"
:disabled=
"!canSubmit"
:type=
"canSubmit?'primary':'default'
"
@
click=
"submit"
>
{{
$t
(
'
register.registerAndLogin
'
)
}}
</button>
</uni-forms>
</view>
</
template
>
...
...
@@ -34,12 +34,17 @@ import mixin from '../common/login-page.mixin.js';
"
nickname
"
:
""
,
"
password
"
:
""
,
"
pwd2
"
:
""
,
"
captcha
"
:
false
"
captcha
"
:
""
},
rules
,
agree
:
false
agree
:
false
,
}
},
},
computed
:{
canSubmit
(){
return
this
.
formData
.
username
.
length
&&
this
.
formData
.
password
.
length
&&
this
.
formData
.
captcha
.
length
==
4
&&
this
.
agree
}
},
onReady
()
{
this
.
$refs
.
form
.
setRules
(
this
.
rules
)
},
...
...
@@ -55,7 +60,7 @@ import mixin from '../common/login-page.mixin.js';
submit
()
{
if
(
!
this
.
agree
){
return
uni
.
showToast
({
title
:
this
.
$t
(
'
common
'
).
noAgree
,
title
:
this
.
$t
(
'
common
.noAgree
'
)
,
icon
:
'
none
'
});
}
...
...
pages/ucenter/ucenter.vue
浏览文件 @
56f8588b
...
...
@@ -295,7 +295,7 @@
},
menus
:
[{
"
img
"
:
"
/static/app-plus/sharemenu/wechatfriend.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatFriends
,
"
text
"
:
this
.
$t
(
'
common
.wechatFriends
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneSession
"
...
...
@@ -303,7 +303,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/wechatmoments.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
wechatBbs
,
"
text
"
:
this
.
$t
(
'
common
.wechatBbs
'
)
,
"
share
"
:
{
"
provider
"
:
"
weixin
"
,
"
scene
"
:
"
WXSceneTimeline
"
...
...
@@ -311,7 +311,7 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/weibo.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
weibo
,
"
text
"
:
this
.
$t
(
'
common
.weibo
'
)
,
"
share
"
:
{
"
provider
"
:
"
sinaweibo
"
}
...
...
@@ -325,16 +325,16 @@
},
{
"
img
"
:
"
/static/app-plus/sharemenu/copyurl.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
copy
,
"
text
"
:
this
.
$t
(
'
common
.copy
'
)
,
"
share
"
:
"
copyurl
"
},
{
"
img
"
:
"
/static/app-plus/sharemenu/more.png
"
,
"
text
"
:
this
.
$t
(
'
common
'
).
more
,
"
text
"
:
this
.
$t
(
'
common
.more
'
)
,
"
share
"
:
"
shareSystem
"
}
],
cancelText
:
this
.
$t
(
'
common
'
).
cancelShare
,
cancelText
:
this
.
$t
(
'
common
.cancelShare
'
)
,
},
e
=>
{
//callback
console
.
log
(
e
);
})
...
...
uni-starter.config.js
浏览文件 @
56f8588b
//这是应用的配置页面,App.vue挂载到getApp().globalData.config
export
default
{
//是否打开调试模式
"
debug
"
:
false
,
"
h5
"
:
{
"
url
"
:
"
https://uni-starter.dcloud.net.cn
"
,
// 前端网页托管的域名
// 在h5端全局悬浮引导用户下载app的功能 更多自定义要求在/common/openApp.js中修改
...
...
uni_modules/uni-captcha/changelog.md
浏览文件 @
56f8588b
## 0.6.0(2022-05-27)
-
新增:支持在
`uni-config-center`
中根据场景值配置
-
修复:弹窗式验证码,输入内容后点击取消,重新打开验证码的值仍然存在的问题
## 0.5.2(2022-05-19)
-
修复在Vue3的兼容问题
## 0.5.1(2022-05-18)
...
...
uni_modules/uni-captcha/components/uni-captcha/uni-captcha.vue
浏览文件 @
56f8588b
...
...
@@ -58,7 +58,7 @@
scene
:
{
handler
(
scene
)
{
if
(
scene
)
{
this
.
getImageCaptcha
(
false
)
this
.
getImageCaptcha
(
this
.
focus
)
}
else
{
uni
.
showToast
({
title
:
'
scene不能为空
'
,
...
...
uni_modules/uni-captcha/components/uni-popup-captcha/uni-popup-captcha.vue
浏览文件 @
56f8588b
...
...
@@ -3,7 +3,7 @@
<view
class=
"popup-captcha"
>
<view
class=
"content"
>
<text
class=
"title"
>
{{
title
}}
</text>
<uni-captcha
:scene=
"scene"
v-model=
"val"
></uni-captcha>
<uni-captcha
:
focus=
"focus"
:
scene=
"scene"
v-model=
"val"
></uni-captcha>
</view>
<view
class=
"button-box"
>
<view
@
click=
"close"
class=
"btn"
>
取消
</view>
...
...
@@ -15,6 +15,11 @@
<
script
>
export
default
{
data
()
{
return
{
focus
:
false
}
},
props
:
{
modelValue
:
String
,
value
:
String
,
...
...
@@ -51,14 +56,17 @@
}
},
methods
:
{
open
()
{
open
()
{
this
.
focus
=
true
this
.
val
=
""
this
.
$refs
.
popup
.
open
()
},
close
()
{
close
()
{
this
.
focus
=
false
this
.
$refs
.
popup
.
close
()
},
confirm
()
{
if
(
this
.
val
.
length
<
4
){
if
(
!
this
.
val
||
this
.
val
.
length
<
4
){
return
uni
.
showToast
({
title
:
'
请填写验证码
'
,
icon
:
'
none
'
...
...
uni_modules/uni-captcha/package.json
浏览文件 @
56f8588b
{
"id"
:
"uni-captcha"
,
"displayName"
:
"uni-captcha"
,
"version"
:
"0.
5.2
"
,
"version"
:
"0.
6.0
"
,
"description"
:
"云端一体图形验证码组件"
,
"keywords"
:
[
"uniCloud"
,
...
...
uni_modules/uni-captcha/uniCloud/cloudfunctions/common/uni-captcha/index.js
浏览文件 @
56f8588b
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
uni_modules/uni-captcha/uniCloud/cloudfunctions/uni-captcha-co/index.obj.js
浏览文件 @
56f8588b
...
...
@@ -11,9 +11,9 @@ module.exports = {
})
{
//获取设备id
let
{
deviceId
,
deviceId
,
platform
}
=
this
.
getClientInfo
();
}
=
this
.
getClientInfo
();
//根据:设备id、场景值、状态,查找记录是否存在
let
res
=
await
verifyCodes
.
where
({
scene
,
...
...
@@ -24,13 +24,9 @@ module.exports = {
let
action
=
res
.
data
.
length
?
'
refresh
'
:
'
create
'
//执行并返回结果
//导入配置,配置优先级说明:此处配置 > uni-config-center
const
config
=
require
(
'
./config
'
)
return
await
uniCaptcha
[
action
](
Object
.
assign
(
config
,
// 配置优先级说明:此配置 > uni-config-center
{
scene
,
//来源客户端传递,表示:使用场景值,用于防止不同功能的验证码混用
uniPlatform
:
platform
},
))
return
await
uniCaptcha
[
action
]({
scene
,
//来源客户端传递,表示:使用场景值,用于防止不同功能的验证码混用
uniPlatform
:
platform
})
}
}
uni_modules/uni-captcha/uniCloud/database/db_init.json
已删除
100644 → 0
浏览文件 @
60c2ced4
//
在本文件中可配置云数据库初始化,数据格式见:https://uniapp.dcloud.io/uniCloud/hellodb?id=db-init
//
编写完毕后对本文件点右键,可按配置规则创建表和添加数据
{
"opendb-verify-codes"
:{}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录