Commit dff94031 by huangzhi

feat: 手机号码授权

parent c5f4d25d
<template> <template>
<button <button
type="default" type="default"
open-type="getPhoneNumber" open-type="getPhoneNumber|agreePrivacyAuthorization"
@getphonenumber="getPhoneNumber" @getphonenumber="getPhoneNumber"
> >
{{ text }} {{ text }}
......
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
"postcss" : true, "postcss" : true,
"minified" : true "minified" : true
}, },
"usingComponents" : true "usingComponents" : true,
"__usePrivacyCheck__" : true
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment