111111
This commit is contained in:
@@ -162,10 +162,10 @@
|
||||
<view style="display: flex;flex-direction: row;align-items: center;"
|
||||
@click="showPop2()">
|
||||
<text
|
||||
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;text-decoration:underline;font-style:oblique;">
|
||||
style="color: #6190D8;font-size: 13px;height: 10px;line-height: 10px;margin-top: 5px;text-decoration:underline;font-style:oblique;">
|
||||
起订说明</text>
|
||||
<text
|
||||
style="color: #6190D8;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
||||
style="color: #6190D8;font-size: 13px;height: 10px;line-height: 10px;margin-top: 5px;margin-left: 2px;">
|
||||
>></text>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -149,8 +149,7 @@
|
||||
<view v-for="(child,pos) in recommend.vos" :key="pos" @click="recommendClick(child)"
|
||||
style="display: flex;flex-direction: column;width: 100%;box-sizing: border-box;">
|
||||
|
||||
<text style="color: #424242; font-size: 13px;line-height: 25px;">*
|
||||
{{child.remarks}}</text>
|
||||
<text style="color: #424242; font-size: 13px;line-height: 25px;">*{{child.remarks}}</text>
|
||||
|
||||
</view>
|
||||
|
||||
@@ -221,7 +220,7 @@
|
||||
methods: {
|
||||
makePhoneCall() {
|
||||
wx.makePhoneCall({
|
||||
phoneNumber: '15503115233',
|
||||
phoneNumber: '15632127890',
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user