|
|
@@ -128,10 +128,10 @@
|
|
|
<button class="admin-button-com default" v-if="detailInfo.status == 1" @click="cancelFn(detailInfo)">取消</button>
|
|
|
<button class="admin-button-com default" v-if="detailInfo.status == 1" @click="customHasClear(detailInfo)">客户已转账</button>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <button class="admin-button-com default" v-if="detailInfo.status == 1" open-type="share">邀客户结账</button>
|
|
|
+ <button class="admin-button-com blue" style="color:white;" v-if="detailInfo.status == 1" open-type="share">邀客户结账</button>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <button class="admin-button-com default" v-if="detailInfo.status == 1" @click="inviteClear()">邀客户结账</button>
|
|
|
+ <button class="admin-button-com blue" style="color:white;" v-if="detailInfo.status == 1" @click="inviteClear()">邀客户结账</button>
|
|
|
<!-- #endif -->
|
|
|
</view>
|
|
|
|