fix(ns-login): privacy-popup 没有正确引入
This commit is contained in:
@@ -99,15 +99,23 @@
|
|||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
||||||
import registerReward from '@/components/register-reward/register-reward.vue';
|
import registerReward from '@/components/register-reward/register-reward.vue';
|
||||||
import auth from 'common/js/auth.js';
|
|
||||||
import validate from 'common/js/validate.js';
|
// #ifdef MP-WEIXIN
|
||||||
|
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
import auth from '@/common/js/auth.js';
|
||||||
|
import validate from '@/common/js/validate.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
mixins: [auth],
|
mixins: [auth],
|
||||||
name: 'ns-login',
|
name: 'ns-login',
|
||||||
components: {
|
components: {
|
||||||
uniPopup,
|
uniPopup,
|
||||||
registerReward
|
registerReward,
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
privacyPopup
|
||||||
|
// #endif
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user