|
@@ -9,7 +9,7 @@
|
|
|
<!-- 这里是状态栏 -->
|
|
<!-- 这里是状态栏 -->
|
|
|
<view class="status_bar" :style="{height: statusBarHeight}"></view>
|
|
<view class="status_bar" :style="{height: statusBarHeight}"></view>
|
|
|
<view class="top-title">
|
|
<view class="top-title">
|
|
|
- <view class="name" >原乡行</view>
|
|
|
|
|
|
|
+ <view class="name" >百域臻品</view>
|
|
|
<!-- <view class="dot">•</view><view class="sub-name">七彩互联网医院</view> -->
|
|
<!-- <view class="dot">•</view><view class="sub-name">七彩互联网医院</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 搜索框、购物车、客服 -->
|
|
<!-- 搜索框、购物车、客服 -->
|
|
@@ -67,24 +67,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="online-inquiry">
|
|
|
|
|
|
|
+ <view class="online-inquiry" v-if="isuser==false">
|
|
|
<view class="item" @click="navTo('../home/productList')">
|
|
<view class="item" @click="navTo('../home/productList')">
|
|
|
- <!-- <image class="bg-img" src="../../static/images/banner1.png" mode=""></image> -->
|
|
|
|
|
<image class="bg-img"
|
|
<image class="bg-img"
|
|
|
src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/banner.png"
|
|
src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/banner.png"
|
|
|
mode=""></image>
|
|
mode=""></image>
|
|
|
- <!-- <view class="inner">
|
|
|
|
|
- <text class="title">用药榜</text>
|
|
|
|
|
- <text class="sub-title"></text>
|
|
|
|
|
- <image src="https://hos-1309931967.cos.ap-chongqing.myqcloud.com/fs/20250320/f2d3ba32a9344dc79b4df7c228189243.png" mode=""></image>
|
|
|
|
|
- </view> -->
|
|
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- @click="navTo('/pages_course/livingList')" -->
|
|
|
|
|
- <!-- <view class="item" @click="toLive">
|
|
|
|
|
- <image class="bg-img"
|
|
|
|
|
- src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/banner2.png" mode="">
|
|
|
|
|
- </image>
|
|
|
|
|
- </view> -->
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view class="open-class bgf radius12">
|
|
<!-- <view class="open-class bgf radius12">
|
|
|
<view class="title-box">
|
|
<view class="title-box">
|
|
@@ -476,7 +464,7 @@
|
|
|
},
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|
|
|
return {
|
|
return {
|
|
|
- title: '原乡行-您的专属解决方案',
|
|
|
|
|
|
|
+ title: '百域臻品-您的专属解决方案',
|
|
|
path: `/pages/common/launch`,
|
|
path: `/pages/common/launch`,
|
|
|
// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
|
imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
@@ -489,7 +477,7 @@
|
|
|
//分享到朋友圈
|
|
//分享到朋友圈
|
|
|
onShareTimeline(res) {
|
|
onShareTimeline(res) {
|
|
|
return {
|
|
return {
|
|
|
- title: '原乡行-您的专属解决方案',
|
|
|
|
|
|
|
+ title: '百域臻品-您的专属解决方案',
|
|
|
query: '', //页面参数
|
|
query: '', //页面参数
|
|
|
imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
|
// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|
|
// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
|