修复我的地址按钮遮挡的bug
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<!-- <image class="banner" mode="aspectFill" src="/static/home/banner.png"></image> -->
|
||||
</view>
|
||||
|
||||
<!-- 导航栏 v-if="isShow_envVersion==false" -->
|
||||
<view class="nav" v-if="isShow_envVersion==false">
|
||||
<!-- 导航栏 -->
|
||||
<view class="nav">
|
||||
<view class="nav_service" @click="goYard">
|
||||
<view class="nav_service_img">
|
||||
<image src="../../static/home/bg1.png" mode=""></image>
|
||||
@@ -56,22 +56,15 @@
|
||||
</view>
|
||||
|
||||
|
||||
<view class="doctor_list" v-if="isShow_envVersion==false" @click="goYard">
|
||||
<view class="doctor_list" @click="goYard">
|
||||
医生列表
|
||||
<view class="info">
|
||||
更多 <text class="iconfont icon-jiantou1"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="doctor_list" v-if="isShow_envVersion" @click="goShop">
|
||||
商品列表
|
||||
<view class="info">
|
||||
更多 <text class="iconfont icon-jiantou1"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 医生列表 -->
|
||||
<view class="" v-if="isShow_envVersion==false">
|
||||
<view class="">
|
||||
<view class="list" @click="goLookDoctor(item.id)" v-for="(item,index) in doctorList" :key="item.id">
|
||||
<!-- 图片部分 -->
|
||||
<view class="list_info">
|
||||
@@ -121,47 +114,6 @@
|
||||
|
||||
</view>
|
||||
|
||||
<view class="lists" v-if="isShow_envVersion">
|
||||
<!-- 图片部分 -->
|
||||
<!-- <view class="list_lefts" v-for="(item,index) in shopList" :key="item.id">
|
||||
<image :src="item.image||'https://p3.maiyaole.com/img/971/971752/org_org.jpg?v=1'" mode=""></image>
|
||||
<view class="its">
|
||||
<view class="it_names">{{item.name}}</view>
|
||||
<view class="it_infos">{{item.desc}}</view>
|
||||
<view class="it_prices">
|
||||
<text>{{item.price}}</text>
|
||||
<text class="nums">x{{item.num}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="list_info">
|
||||
<view class="list_left">
|
||||
<image src="https://p3.maiyaole.com/img/971/971752/org_org.jpg?v=1" mode=""></image>
|
||||
<view class="it">
|
||||
<view class="it_name">【日康】对乙酰氨基酚片0.3g*12片*2板/盒</view>
|
||||
<view class="it_info">清热解毒,咽喉肿痛,牙痛</view>
|
||||
<view class="it_price">
|
||||
<text>¥34.00</text>
|
||||
<text class="num">x1</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="list_info">
|
||||
<view class="list_left" @click="goList(2)">
|
||||
<image src="https://p2.maiyaole.com/img/item/202210/24/202210241042513.jpg" mode=""></image>
|
||||
<view class="it">
|
||||
<view class="it_name">同仁堂 六味地黄丸(浓缩丸) 200丸/瓶</view>
|
||||
<view class="it_info">滋阴补肾。用于阴肾亏损,头晕耳鸣,腰膝酸软,骨蒸潮热,盗汗遗精。</view>
|
||||
<view class="it_price">
|
||||
<text>¥22.00</text>
|
||||
<text class="num">x1</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 遮罩层 -->
|
||||
<view class="bg-" v-if="bgShow" @click="bgShow=false">
|
||||
@@ -257,23 +209,22 @@
|
||||
methods: {
|
||||
goYard() {
|
||||
//订阅消息
|
||||
uni.requestSubscribeMessage({
|
||||
tmplIds: ['JdSs08cMSiL17xwwHZ8fZ5UBUqeY0eKAuvyW7n4Fl20',
|
||||
'OERMugiahk-aKRVH9GHmdJCRBE3yldzEKTzbMCJhY6U',
|
||||
'p-Ix0uIuwPKxm-_yKDlI8mkI-niUgPtaMUZyAaa5vvA'
|
||||
],
|
||||
complete: (res) => {
|
||||
// console.log(res, 'xxxxxxxxxxxx');
|
||||
uni.navigateTo({
|
||||
url: '/pages/Inquiries/Inquiries?type=' + 1
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
goShop() {
|
||||
uni.switchTab({
|
||||
url: '/pages/cate/cate'
|
||||
})
|
||||
|
||||
uni.navigateTo({
|
||||
url: '/pages/Inquiries/Inquiries?type=' + 1
|
||||
})
|
||||
// uni.requestSubscribeMessage({
|
||||
// tmplIds: ['JdSs08cMSiL17xwwHZ8fZ5UBUqeY0eKAuvyW7n4Fl20',
|
||||
// 'OERMugiahk-aKRVH9GHmdJCRBE3yldzEKTzbMCJhY6U',
|
||||
// 'p-Ix0uIuwPKxm-_yKDlI8mkI-niUgPtaMUZyAaa5vvA'
|
||||
// ],
|
||||
// complete: (res) => {
|
||||
// // console.log(res, 'xxxxxxxxxxxx');
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/Inquiries/Inquiries?type=' + 1
|
||||
// })
|
||||
// }
|
||||
// })
|
||||
},
|
||||
// 线上复诊
|
||||
golist() {
|
||||
|
||||
Reference in New Issue
Block a user