This commit is contained in:
曹辉 2023-01-03 09:02:23 +08:00
parent 17b0ae27ae
commit 33f61ee71a
22 changed files with 131 additions and 72 deletions

View File

@ -9,6 +9,14 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path": "pages/modifyAddress/modifyAddress",
"style": {
"navigationBarTitleText": "修改地址",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/lookrate/lookrate",
@ -301,15 +309,7 @@
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/modifyAddress/modifyAddress",
"style": {
"navigationBarTitleText": "修改地址",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/Doctordetails/Doctordetails",
"style": {

View File

@ -64,16 +64,20 @@
},
methods: {
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: this.share.title,
path: this.share.path,
title: '泉医到家',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: this.share.title,
path: this.share.path,
title: '泉医到家',
path: url,
}
},
}

View File

@ -24,16 +24,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -66,7 +66,7 @@
<view class="title" v-if="goodsDetailslist.goodsName">
{{goodsDetailslist.goodsName}}
</view>
<view class="title">
<view class="title" v-else>
暂无
</view>
<view class="price">
@ -388,16 +388,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -29,16 +29,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -30,16 +30,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -130,16 +130,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -71,7 +71,9 @@
} catch (e) {}
},
onLoad(options) { //
if (options.title) {
this.title = options.title //
}
this.goodsCategoryId = options.goodsCategoryId //id
this.baseurl = baseurl;
this.goodsListinfo()
@ -126,16 +128,22 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
url = decodeURIComponent(url)
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
url = decodeURIComponent(url)
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -150,16 +150,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -31,16 +31,20 @@
methods: {},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -50,16 +50,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -24,16 +24,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -46,16 +46,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -49,16 +49,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
methods: {

View File

@ -34,16 +34,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
methods: {

View File

@ -49,16 +49,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -327,16 +327,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -77,20 +77,6 @@
})
},
},
//1.
onShareAppMessage(res) {
return {
title: '泉医到家',
path: '/pages/startup/startup',
}
},
//2.
onShareTimeline(res) {
return {
title: '泉医到家',
path: '/pages/startup/startup',
}
},
}
</script>

View File

@ -1,7 +0,0 @@
// 定义混入指令用于在非nvue环境下的flex定义因为nvue没有display属性会报错
@mixin vue-flex($direction: row) {
/* #ifndef APP-NVUE */
display: flex;
flex-direction: $direction;
/* #endif */
}

View File

@ -46,16 +46,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//

View File

@ -234,16 +234,20 @@
onLoad() {},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
}

View File

@ -19,16 +19,20 @@
},
//1.
onShareAppMessage(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
//2.
onShareTimeline(res) {
let pages = getCurrentPages();
let url = pages[pages.length - 1].$page.fullPath
return {
title: '泉医到家',
path: '/pages/startup/startup',
path: url,
}
},
onShow() {