一键登录模块

This commit is contained in:
唐明明
2021-07-23 14:30:06 +08:00
parent 564ed944d4
commit 8407323932
23 changed files with 4088 additions and 50 deletions

View File

@@ -229,9 +229,25 @@ var render = function() {
var _vm = this
var _h = _vm.$createElement
var _c = _vm._self._c || _h
return _c("v-uni-view", { staticClass: _vm._$g(0, "sc"), attrs: { _i: 0 } }, [
_vm._v("易货111")
])
return _c(
"v-uni-view",
{ staticClass: _vm._$g(0, "sc"), attrs: { _i: 0 } },
[
_c(
"v-uni-button",
{
attrs: { type: "default", _i: 1 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v("登录")]
)
],
1
)
}
var recyclableRender = false
var staticRenderFns = []