diff --git a/components/vc-recommend/vc-recommend.vue b/components/vc-recommend/vc-recommend.vue
index cd3aa1e..3a14edb 100644
--- a/components/vc-recommend/vc-recommend.vue
+++ b/components/vc-recommend/vc-recommend.vue
@@ -62,7 +62,7 @@
})
},
_toGoodsDetail: function(_product) {
- this.vc.navigateTo({
+ this.vc.navigateToMall({
url: '/pages/goods/goods?productId=' + _product.productId+"&shopId="+_product.shopId
},true);
}
diff --git a/components/vc-shop/vc-shop.vue b/components/vc-shop/vc-shop.vue
index dd311d5..650f968 100644
--- a/components/vc-shop/vc-shop.vue
+++ b/components/vc-shop/vc-shop.vue
@@ -82,7 +82,7 @@
_toShopDetail: function(_shop) {
let url = this.openType == "1,3" ? '/pages/cate/cate?shopId=' :
'/pages/homemaking/shop?shopId='
- this.vc.navigateTo({
+ this.vc.navigateToMall({
url: url + _shop.shopId
}, true);
}
diff --git a/pages/register/register.vue b/pages/register/register.vue
index 809b2ae..317a956 100755
--- a/pages/register/register.vue
+++ b/pages/register/register.vue
@@ -18,6 +18,9 @@
+
+ {{codeMsg}}
+
@@ -34,6 +37,7 @@
return {
link: '',
second: 60,
+ codeMsg: '',
msgCode: '',
areaShow: false,
btnValue: '验证码',
@@ -87,6 +91,7 @@
icon: 'none',
duration: 2000
});
+ _that.codeMsg = res.data;
wx.hideLoading();
_that.timer();
return;