Commit 824fabec authored by 罗林杰's avatar 罗林杰

修改弹窗

parent d3b93db9
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</view> </view>
<ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" @confirm="confirm"></ELM> <ELM ref="elm" :msg="tipMsg" :isConfirm="isConfirm" @confirm="confirm"></ELM>
<ELM ref="elm" :msg="tipMsg" :isConfirm="isPayConfirm" @confirm="payConfirm"></ELM> <ELM ref="elmPay" :msg="tipMsg" :isConfirm="isPayConfirm" @confirm="payConfirm"></ELM>
</view> </view>
</template> </template>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
//留言超出限制 是否采用金币进行留言 //留言超出限制 是否采用金币进行留言
this.isPayConfirm = true; this.isPayConfirm = true;
this.tipMsg = "已超出免费发动态次数,是否花费"+ this.payCount +"金币再进行发布"; this.tipMsg = "已超出免费发动态次数,是否花费"+ this.payCount +"金币再进行发布";
this.$refs.elm.showDialog(); this.$refs.elmPay.showDialog();
} else{ } else{
uni.showToast({ uni.showToast({
title: res.data.message, title: res.data.message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment