-
用户信息:{{ user.name }}{{ user.tel }}
-
+
+
用户信息:{{ user.name }}{{user.tel?user.tel:user.email }}
+
@@ -166,7 +167,7 @@
label="创建日期"
>
-
+
@@ -457,14 +459,14 @@ export default {
)
.then(async () => {
// var lableIds = row[0].bookLabelId;
- var productIds = row[0].id;
+ var productIds = row.id;
await this.$http
.request({
- url: this.$http.adornUrl(`${this.urlList.deleteShop}`),
+ url: this.$http.adornUrl(`/master/userCertificate/delCertificate`),
method: "POST",
data: {
- id: row[0].bindId
+ id: productIds
// marketId: this.addForm.id
},
header: {
@@ -480,9 +482,7 @@ export default {
}
this.$nextTick(() => {
// this.$refs.commonShop.selectShopArr = [];
- if (this.$refs.commonShop) {
- this.$refs.commonShop.getAssociatedGoodsList();
- }
+ this.getDataList()
});
});
})
@@ -507,7 +507,17 @@ export default {
},
delay(val) {
this.$nextTick(() => {
- this.$refs.addCertificate.init("edit", { val });
+ this.$refs.addCertificate.init("edit", {
+ certificateNo:val.certificateNo,
+ id:val.id,
+ userId:val.userId,
+ userKey:val.user.tel||val.user.email,
+ userName:val.user.name,
+ courseId:val.courseId,
+ courseName:val.title,
+ labelId:val.labelId,
+ images:val.certificateUrl,
+ });
});
},
delaySubmit(data) {
diff --git a/src/views/modules/user/userCourse.vue b/src/views/modules/user/userCourse.vue
index 97c1e89..c959521 100644
--- a/src/views/modules/user/userCourse.vue
+++ b/src/views/modules/user/userCourse.vue
@@ -6,7 +6,7 @@
@keyup.enter.native="getDataList()"
>
-
+
-
@@ -28,7 +28,7 @@
-
- 开通课程
+ 开通课程
-
+
用户信息:{{ user.name }}{{ user.tel }}
-
+
diff --git a/src/views/modules/user/userPoints.vue b/src/views/modules/user/userPoints.vue
new file mode 100644
index 0000000..12d9498
--- /dev/null
+++ b/src/views/modules/user/userPoints.vue
@@ -0,0 +1,686 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 充值
+
+
+
+
+ 用户信息:{{ user.name }}{{ user.tel ? user.tel : user.email }}
+
+
+
+
+
+
+
+
+
+
+ {{ (pageIndex - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+ {{ getPointsType(scope.row.type) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+ {{ user.tel }} {{ user.name }}
+ 普通用户
+ (吴门医述VIP)
+ (超级VIP)
+ (众妙之门VIP)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/config/index.js b/static/config/index.js
index 7168a66..490ba3f 100644
--- a/static/config/index.js
+++ b/static/config/index.js
@@ -7,7 +7,7 @@
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
- //window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; //本地
+ // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; //本地
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名