|
@@ -505,7 +505,7 @@ export default {
|
|
if (this.createNow){
|
|
if (this.createNow){
|
|
if (this.isleader === 1){
|
|
if (this.isleader === 1){
|
|
if (this.message !== ''){
|
|
if (this.message !== ''){
|
|
- this.$confirm(this.message+' 付费还未到期,是否继续付费?', '提示', {
|
|
|
|
|
|
+ this.$confirm(this.message+' 账号还未到期,是否继续付费?', '提示', {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
type: 'warning'
|