|
@@ -127,6 +127,9 @@ try {
|
|
|
uModal: function () {
|
|
|
return __webpack_require__.e(/*! import() | uni_modules/vk-uview-ui/components/u-modal/u-modal */ "uni_modules/vk-uview-ui/components/u-modal/u-modal").then(__webpack_require__.bind(null, /*! @/uni_modules/vk-uview-ui/components/u-modal/u-modal.vue */ 458))
|
|
|
},
|
|
|
+ uImage: function () {
|
|
|
+ return __webpack_require__.e(/*! import() | uni_modules/vk-uview-ui/components/u-image/u-image */ "uni_modules/vk-uview-ui/components/u-image/u-image").then(__webpack_require__.bind(null, /*! @/uni_modules/vk-uview-ui/components/u-image/u-image.vue */ 374))
|
|
|
+ },
|
|
|
}
|
|
|
} catch (e) {
|
|
|
if (
|
|
@@ -149,6 +152,14 @@ var render = function () {
|
|
|
var _vm = this
|
|
|
var _h = _vm.$createElement
|
|
|
var _c = _vm._self._c || _h
|
|
|
+ if (!_vm._isMounted) {
|
|
|
+ _vm.e0 = function ($event) {
|
|
|
+ _vm.isSelect = false
|
|
|
+ }
|
|
|
+ _vm.e1 = function ($event) {
|
|
|
+ _vm.isSelect = true
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
var recyclableRender = false
|
|
|
var staticRenderFns = []
|
|
@@ -256,12 +267,16 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
|
|
|
var that;
|
|
|
var _default = {
|
|
|
data: function data() {
|
|
|
// 页面数据变量
|
|
|
return {
|
|
|
+ isSelect: true,
|
|
|
loginByWeixinModalShow: false,
|
|
|
// 微信登录提醒
|
|
|
// init请求返回的数据
|