1. 推广员文案修改
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
pageTitle() {
|
||||
return this.nickName ? `分成与结算 - ${this.nickName}` : '分成与结算';
|
||||
return this.nickName ? `服务费与结算 - ${this.nickName}` : '服务费与结算';
|
||||
},
|
||||
isEmpty() {
|
||||
if (this.activeTab === 'history') return !this.settlementList.length;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</view>
|
||||
<view class="actions">
|
||||
<view class="action-btn" @click="goEdit(item)">编辑</view>
|
||||
<view class="action-btn primary" @click="goCommission(item)">分成与结算</view>
|
||||
<view class="action-btn primary" @click="goCommission(item)">服务费与结算</view>
|
||||
<view v-if="item.qr_code && item.qr_code.qr_code" class="action-btn" @click="openQr(item)">二维码</view>
|
||||
<view class="action-btn" @click="goLeads(item)">获客</view>
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user