Compare commits
No commits in common. "65d74155b5fd2d68cad9453a505842eca382edd7" and "2e7e193da93e67982b90522a8f64033550d0aecb" have entirely different histories.
65d74155b5
...
2e7e193da9
|
@ -4,7 +4,7 @@
|
|||
还剩<text>{{countDown}}</text>订单自动取消
|
||||
</view>
|
||||
<view class="m-card m-address" style="margin-top: 20rpx;">
|
||||
<view class="address-info" @click="callPhone(shopInfo.service_phone)">
|
||||
<view class="address-info">
|
||||
<view class="top" style="align-items: flex-start;">
|
||||
<view style="color: #333;display: flex;align-items: center;">
|
||||
<up-icon name="map"></up-icon>
|
||||
|
@ -20,8 +20,8 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="address-btn" v-if="shopInfo.paid==0">
|
||||
<view style="width: 80px;"><up-button @click.stop="shopListShow=true" size="small" shape="circle"
|
||||
<view class="address-btn">
|
||||
<view style="width: 80px;"><up-button @click="shopListShow=true" size="small" shape="circle"
|
||||
color="#f6f6f6" :customStyle="{color:'#666666'}">修改</up-button></view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -384,13 +384,6 @@
|
|||
})
|
||||
})
|
||||
}
|
||||
|
||||
// 拨打电话
|
||||
const callPhone = (phone)=>{
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: phone
|
||||
})
|
||||
}
|
||||
|
||||
onLoad((option) => {
|
||||
uni.setNavigationBarTitle({
|
||||
|
|
Loading…
Reference in New Issue