Authored by baoss

修正所有页面标题、修复页面跳转

... ... @@ -741,7 +741,7 @@ Page({
});
},
tapAccount: function() {
return global.router.go('userCenter', {});
return global.router.go('userCenter', {}, 'switchTab');
},
tapRule: function() {
return global.router.go('fissionRule', {
... ... @@ -751,10 +751,10 @@ Page({
tapCouponList: function() {
// return global.router.go('couponList', {
// type: 4,
// mername: 'YOHO!STORE'
// mername: 'MKT'
// });
return global.router.go('userCenter', {});
return global.router.go('userCenter', {}, 'switchTab');
},
// goYOhobuy: function() {
... ...
{
"navigationBarTitleText": "YOHO!STORE",
"navigationBarTitleText": "MKT",
"usingComponents": {
"my-rich-text": "/components/my-rich-text/index",
"my-action-sheet": "/components/my-action-sheet/index",
... ...
{
"navigationBarTitleText": "YOHO!STORE"
"navigationBarTitleText": "MKT"
}
... ...
{
"navigationBarTitleText": "YOHO!STORE"
"navigationBarTitleText": "MKT"
}
... ...
{
"navigationBarTitleText": "YOHO!STORE",
"navigationBarTitleText": "MKT",
"usingComponents": {
"my-scroll-view": "/components/my-scroll-view3/index",
"news-detail": "/components/news-detail/news-detail",
... ...
{
"navigationBarTitleText": "YOHO!STORE",
"navigationBarTitleText": "MKT",
"usingComponents": {
"my-scroll-view": "/components/my-scroll-view/index",
"news-detail": "/components/news-detail/news-detail",
... ...
{
"navigationBarTitleText": "YOHO!STORE",
"navigationBarTitleText": "MKT",
"usingComponents": {
"my-scroll-view": "/components/my-scroll-view/index",
"my-scroll-nav": "/components/my-scroll-nav/index",
... ...
{
"navigationBarTitleText": "YOHO!STORE",
"navigationBarTitleText": "MKT",
"usingComponents": {
"my-scroll-view": "/components/my-scroll-view/index",
"news-detail": "/components/news-detail/news-detail",
... ...
... ... @@ -96,7 +96,7 @@ Page({
},
//点击我的二维码
tapMyQRCode() {
let url = '../webview/webview?url=' + this.data.myQrCodeUrl + '&hideShareMenu=true';
let url = '../webview/webview?url=' + this.data.myQrCodeUrl;
wx.navigateTo({
url,
})
... ...