Commit 94a03a0a by LJM

js

parent 702cdb7e
Showing with 27 additions and 10 deletions
......@@ -79,16 +79,33 @@
<text class="iconfont icon-dzz"></text>
<text class="tt">{{ detail.address }}</text>
</view>
<view class="box row verCenter">
<text class="iconfont icon-dh"></text>
<text class="tt">0755-82560956</text>
</view>
<view class="box row verCenter">
<text class="iconfont icon-gzr"></text>
<text class="tt">工作日(周一 ~ 周五)9:00 ~ 18:00</text>
</view>
<template v-if="detail.delivery_place == 1">
<view class="box row verCenter">
<text class="iconfont icon-dh"></text>
<text class="tt">0755-82560956-8001</text>
</view>
<view class="box row verCenter">
<text class="iconfont icon-gzr"></text>
<text class="tt">工作日(周一至周五)9:00~18:00s</text>
</view>
</template>
<template v-if="detail.delivery_place == 2">
<view class="box row verCenter">
<text class="iconfont icon-dh"></text>
<text class="tt">+852 -35908493</text>
</view>
<view class="box row verCenter">
<text class="iconfont icon-gzr"></text>
<text class="tt">工作日(周一至周五)9:00~18:00</text>
</view>
</template>
</view>
<text class="iconfont icon-jt"></text>
<template v-if="detail.delivery_place == 1">
<navigator class="iconfont icon-jt" url="/ztmap?type=1"></navigator>
</template>
<template v-if="detail.delivery_place == 2">
<navigator class="iconfont icon-jt" url="/ztmap?type=2"></navigator>
</template>
</view>
<view class="bottom row verCenter" v-if="delivery_flag">
<text class="t1">自提信息:</text>
......@@ -243,7 +260,7 @@
<text class="t2">{{ detail.inv.company_address }}</text>
</view>
</view>
<view class="bottom row" v-if="tax_flag">
<view class="bottom row" v-if="tax_flag && detail.inv.consignee">
<text class="iconfont icon-fpp"></text>
<view class="text">
<view class="row verCenter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment