This commit is contained in:
@fawn-nine
2024-05-29 15:34:50 +08:00
parent bb53af8bde
commit 4386f615f2
79 changed files with 6942 additions and 4121 deletions

View File

@@ -182,12 +182,23 @@
});
},
showXieyi() {
this.$http
.get(`sys/agreement/list?key=pay`)
.then(res => {
this.xieyi = res.page.list[0]
$http.request({
url: "/sys/agreement/getAgreement",
method: "POST", // POST、GET、PUT、DELETE具体说明查看官方文档
data: {
"id": 106
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
},
}).then(res => {
if (res.code == 0) {
this.xieyi = res.agreement
this.xieyiShow = true
})
}
}).catch(e => {
console.log(e)
})
},
radioCheck(index) { // 勾选用户协议