脉穴管理

This commit is contained in:
@fawn-nine
2023-11-03 17:27:01 +08:00
parent 496c0c4cf4
commit fe88999e72
11 changed files with 1670 additions and 32 deletions

View File

@@ -191,7 +191,7 @@
<img src="../../../../static/img/oder_chong.png" width="60px" height="60px">
</div>
<div class="price ">
<div class="bookName">币充值</div>
<div class="bookName">天医币充值</div>
<div><span>{{ fitem.realMoney }}</span> × 1</div>
</div>
</div>
@@ -215,7 +215,7 @@
<div></div>
<div v-if="fitem.paymentMethod == 1"><icon-svg name="weixin"></icon-svg> 微信支付</div>
<div v-if="fitem.paymentMethod == 2"><icon-svg name="zhifubao"></icon-svg> 支付宝支付</div>
<div v-if="fitem.paymentMethod == 4"><img src="../../../../static/img/oder_chong.png" width="22px" height="22px"> 币支付</div>
<div v-if="fitem.paymentMethod == 4"><img src="../../../../static/img/oder_chong.png" width="22px" height="22px">天医币支付</div>
</div>
</div>
<div class="buier td3 xcenter">
@@ -327,7 +327,7 @@
<el-tag v-if="scope.row.paymentMethod == 1" type="success">微信</el-tag>
<el-tag v-if="scope.row.paymentMethod == 2" type="danger">支付宝</el-tag>
<el-tag v-if="scope.row.paymentMethod == 3" type="warning">ios内购</el-tag>
<el-tag v-if="scope.row.paymentMethod == 4" type="warnning">币支付</el-tag>
<el-tag v-if="scope.row.paymentMethod == 4" type="warnning">天医币支付</el-tag>
</template>
</el-table-column>
<!-- 1 支付宝 2 微信 3 ios内购-->