Browse Source

付费规则调整

qymljy 1 year ago
parent
commit
10209ad289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/homePage/index.vue

+ 1 - 1
src/views/homePage/index.vue

@@ -43,7 +43,7 @@
       <span>{{contentMsg}}</span>
       <span slot="footer" class="dialog-footer">
       <el-button @click="queryNext" size="small">下次再说</el-button>
-      <el-button v-if="type[0].usertype == '22'" @click="onReminder" size="small">提醒主账号付费</el-button>
+      <el-button v-if="type[0].usertype == '22'" @click="onReminder" size="small">提醒老板</el-button>
       <el-button type="primary" @click="onPay" size="small">去付费</el-button>
   </span>
     </el-dialog>