二手车交易,打电话
This commit is contained in:
@ -90,6 +90,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<van-dialog v-model="show" title="电话" show-cancel-button>
|
||||||
|
<van-button type="primary" :to="{tel:this.detailInfo.contactNumber}">打电话1</van-button>
|
||||||
|
<van-button type="primary" to="tel:15237688303">打电话2</van-button>
|
||||||
|
|
||||||
|
</van-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -102,6 +107,7 @@ export default {
|
|||||||
mixins:[myMixins],
|
mixins:[myMixins],
|
||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
|
show:false,
|
||||||
current: 0,
|
current: 0,
|
||||||
noClick:true,
|
noClick:true,
|
||||||
id:'',
|
id:'',
|
||||||
|
Reference in New Issue
Block a user