推线上

yuan
Aaaaaaaa 2024-09-08 19:58:40 +08:00
parent 00e02111a7
commit f69dc7f21b
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible1 = false"> </el-button>
<el-button type="primary" @click="dialogVisible1 = false"> </el-button>
<el-button type="primary" @click="confirmSelection"> </el-button>
</span>
</el-dialog>
@ -552,7 +552,7 @@ export default {
this.dialogVisible1=false
if (this.selectedRow) {
//
startPayment(this.selectedRow);
// startPayment(this.selectedRow);
console.log(row)
window.open("http://21.12.0.10:8080/alipay/pay?middlePrice="+row.middlePrice)
this.$message.success('付款成功')