diff --git a/components/pop-ling-qu.vue b/components/pop-ling-qu.vue
index 1ad06f8..068b9ed 100644
--- a/components/pop-ling-qu.vue
+++ b/components/pop-ling-qu.vue
@@ -66,7 +66,7 @@
this.$emit('close',key)
if(key&&key=='isBindAliPay'){
uni.navigateTo({
- url:'/me/invite/zhifubao'
+ url:'/me/yaoqing/zhifubao-tixain'
})
}
} else {
diff --git a/main.js b/main.js
index c1a0d4c..92cd1ae 100644
--- a/main.js
+++ b/main.js
@@ -24,6 +24,13 @@ const app = new Vue({
...App
})
+Vue.prototype.$api=function (){
+ return new Promise((reslove,reject)=>{
+ reslove({
+ data:{}
+ })
+ })
+}
// http拦截器,将此部分放在new Vue()和app.$mount()之间,才能App.vue中正常使用
import httpInterceptor from '@/common/http.interceptor.js'
Vue.use(httpInterceptor, app)
diff --git a/me/choujiang/choujiang.vue b/me/choujiang/choujiang.vue
new file mode 100644
index 0000000..037d2b3
--- /dev/null
+++ b/me/choujiang/choujiang.vue
@@ -0,0 +1,760 @@
+
+
+
+
+
+
+
+
+
+ 红包{{ totalMoney }}
+
+
+
+ 我的奖品
+
+
+
+
+
+
+
+
+
+
+
+ 剩余免费抽奖 {{ freeNum }} 次
+
+
+
+
+
+
+
+
+
+ 活动规则
+
+
+
+
+ 1
+
+ 抽奖细则:
+ 每日前{{ freeNumDay }}次付款均可获得抽奖机会
+
+
+
+ 2
+
+ 奖励说明:红包奖励将自动发放到红包余额,已绑定支付宝账号将会自动发起提现。其余奖品则需联系客服领取。
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/integral/inviteDet.vue b/me/integral/inviteDet.vue
index 4c3bb28..90cafc2 100644
--- a/me/integral/inviteDet.vue
+++ b/me/integral/inviteDet.vue
@@ -110,7 +110,7 @@
},
getOut() {
uni.navigateTo({
- url: '/me/invite/cashDetail'
+ url: '/me/yaoqing/ymg-yaoqing-tixian'
});
},
},
diff --git a/me/jifen/duanju-jifen-duihuan.vue b/me/jifen/duanju-jifen-duihuan.vue
new file mode 100644
index 0000000..f4e8065
--- /dev/null
+++ b/me/jifen/duanju-jifen-duihuan.vue
@@ -0,0 +1,221 @@
+
+
+
+
+
+ 当前积分
+
+
+ {{num}}
+
+
+
+
+ 兑换说明
+
+
+ {{duihuanBili}}:1兑换,最少{{duihuanBili}}积分
+
+
+
+
+
+
+ 兑换数量
+
+
+
+
+
+
+
+
+
+ 提交兑换
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jifen/jifen.vue b/me/jifen/duanju-jifen.vue
similarity index 52%
rename from me/jifen/jifen.vue
rename to me/jifen/duanju-jifen.vue
index 87fd28f..a86b902 100644
--- a/me/jifen/jifen.vue
+++ b/me/jifen/duanju-jifen.vue
@@ -1,18 +1,48 @@
-
-
-
+
+
+
当前积分
-
+
{{num}}
-
+
积分兑换
+
@@ -20,8 +50,8 @@
-
@@ -73,37 +103,37 @@
};
},
onShow() {
- this.getNum()
- this.getList()
+ this.ymfgetNum()
+ this.ymfgetList()
},
onPullDownRefresh() {
- this.getNum()
+ this.ymfgetNum()
},
methods: {
- goNav(url) {
+ ymfgoNav(url) {
uni.navigateTo({
url: url
})
},
//上拉刷新
- scrolltoupper() {
+ ymfscrolltoupper() {
this.page = 1
this.refresherTriggered = true
- this.getList()
+ this.ymfgetList()
},
//加载更多
- scrolltolower() {
+ ymfscrolltoupper() {
if (this.page < this.pages) {
this.status = 'loading'
this.page += 1
- this.getList()
+ this.ymfgetList()
} else {
this.status = 'nomore'
}
},
//获取积分明细
- getList() {
+ ymfgetList() {
let data = {
page: this.page,
limit: this.limit
@@ -128,7 +158,7 @@
})
},
//获取当前积分
- getNum() {
+ ymfgetNum() {
this.$Request.getT('/app/integral/selectByUserId').then(res => {
uni.stopPullDownRefresh()
if (res.code === 0) {
@@ -147,25 +177,25 @@
background-color: #ffffff;
}
- .jf {
+ .ymf-jf {
width: 100%;
height: 252rpx;
background: linear-gradient(90deg, rgba(255, 117, 129, 0.6) 0%, #ff7581 100%);
padding: 0 40rpx;
- .jf-l-t {
+ .ymf-jf-l-t {
color: #ffffff;
font-size: 28rpx;
}
- .jf-l-b {
+ .ymf-jf-l-b {
font-size: 40rpx;
color: #ffffff;
font-weight: 600;
margin-top: 30rpx;
}
- .jf-r {
+ .ymf-jf-r {
padding: 20rpx 40rpx;
border-radius: 40rpx;
color: #ff7581;
diff --git a/me/jifen/duihuan.vue b/me/jifen/duihuan.vue
deleted file mode 100644
index 24b9d0a..0000000
--- a/me/jifen/duihuan.vue
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
- 当前积分
-
-
- {{num}}
-
-
-
-
- 兑换说明
-
-
- {{bili}}:1兑换,最少{{bili}}积分
-
-
-
-
-
-
- 兑换数量
-
-
-
-
-
-
-
-
- 提交兑换
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/jifen/new/create-zhuanye-fenshen.vue b/me/jifen/new/create-zhuanye-fenshen.vue
new file mode 100644
index 0000000..a512738
--- /dev/null
+++ b/me/jifen/new/create-zhuanye-fenshen.vue
@@ -0,0 +1,245 @@
+
+
+
+
+
+ 专家模式
+
+
+ Pro
+
+
+
+
+
+ 更像更美
+ 上传 10-20 张照片
+
+
+ 排队时间短
+
+ VIP专属通道
+
+
+
+ 包含以下权益:
+
+
+
+
+ 30+
+ 模板
+
+ 价值¥40
+
+
+
+
+ 10
+ 赠送
+
+
+ 可解锁付费模板
+
+
+
+ 1
+ 次重置
+
+ 可重置数字分身
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥29.9限时特惠
+
+ ¥ {{config1.model_train_price/100}} 马上生成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/me/jifen/new/fenshen-detail.vue b/me/jifen/new/fenshen-detail.vue
new file mode 100644
index 0000000..1f74aba
--- /dev/null
+++ b/me/jifen/new/fenshen-detail.vue
@@ -0,0 +1,458 @@
+
+
+
+
+
+
+
+
+
+
+
+ 换成这张
+
+
+
+
+
+
+ 换成这张
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分享
+
+ 邀请好友制作分身
+
+ +20
+
+
+
+
+
+ -2
+
+
+ 下载
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 生成分享图
+
+
+
+
+
+ 保存到相册
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下载需消耗
+
+
+
+ 2
+
+
+ 钻石余额:{{userInfo.diamond}}
+
+
+
+ 取消
+
+
+ 确认
+
+
+
+
+
+
+
+
+ 不再提醒
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jilu/duanju-love.vue b/me/jilu/duanju-love.vue
new file mode 100644
index 0000000..83bb63b
--- /dev/null
+++ b/me/jilu/duanju-love.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jilu/duanju-zhjuiju-jilu.vue b/me/jilu/duanju-zhjuiju-jilu.vue
new file mode 100644
index 0000000..39d210f
--- /dev/null
+++ b/me/jilu/duanju-zhjuiju-jilu.vue
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+ 看到{{item.courseDetailsName}}
+
+
+
+ {{item.over==1?'完结':'更新'+item.courseDetailsCount+'集'}}
+
+
+ 继续观看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jilu/duanju-zuijin-guankan.vue b/me/jilu/duanju-zuijin-guankan.vue
new file mode 100644
index 0000000..a86d057
--- /dev/null
+++ b/me/jilu/duanju-zuijin-guankan.vue
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+ 看到{{item.courseDetailsName}}
+
+
+
+ {{item.over===1?'完结':'更新'+item.courseDetailsCount+'集'}}
+
+
+ 继续观看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jilu/histor.vue b/me/jilu/histor.vue
deleted file mode 100644
index 027b862..0000000
--- a/me/jilu/histor.vue
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
- 看到{{item.courseDetailsName}}
-
-
-
- {{item.over==1?'完结':'更新'+item.courseDetailsCount+'集'}}
-
-
- 继续观看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/jilu/myLove.vue b/me/jilu/myLove.vue
deleted file mode 100644
index bb3d669..0000000
--- a/me/jilu/myLove.vue
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/jilu/new/fensehn-first.vue b/me/jilu/new/fensehn-first.vue
new file mode 100644
index 0000000..51e471a
--- /dev/null
+++ b/me/jilu/new/fensehn-first.vue
@@ -0,0 +1,283 @@
+
+
+
+
+ 体验模式
+
+
+
+ 上传 5 张照片
+ 与本人的相似程度约为
+ 专家模式的70%
+
+
+ 等待时间长
+
+ 排队人数较多
+
+
+
+
+ 模板使用受限
+ 仅赠送都市证件照模板部分模板不可用
+
+
+
+
+
+ ¥{{config1.trial_model_train_price/100}}首次免费
+
+ 马上生成
+
+
+
+
+
+ 推荐
+
+
+
+ 专家模式
+
+
+ Pro
+
+
+
+
+
+ 更像更美
+ 上传 10-20 张照片
+
+
+ 排队时间短
+
+ VIP专属通道
+
+
+
+ 包含以下权益:
+
+
+
+
+ 30+
+ 模板
+
+ 价值¥40
+
+
+
+
+ 10
+ 赠送
+
+
+ 可解锁付费模板
+
+
+
+ 1
+ 次重置
+
+ 可重置数字分身
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥29.9限时特惠
+
+ ¥ {{config1.model_train_price/100}} 马上生成
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/me/jilu/new/free-create-fenshen.vue b/me/jilu/new/free-create-fenshen.vue
new file mode 100644
index 0000000..96cde27
--- /dev/null
+++ b/me/jilu/new/free-create-fenshen.vue
@@ -0,0 +1,1246 @@
+
+
+
+
+
+
+ 放弃
+
+ 制作数字分身
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 上传正面照片
+ 1张五官清晰的正面照片
+
+
+
+
+
+ 2
+
+
+ 2
+
+
+ 补充{{max}}张照片
+ 上传半身照效果最佳
+
+
+
+
+
+
+
+
+
+
+
+
+ 正面照片识别中,请耐心等待
+
+
+
+ 正面照片识别成功
+
+ 可重新上传或继续补充多角度照片
+
+
+
+ 补充多角度照片
+
+
+
+
+ 重新上传正面照片
+
+
+
+
+
+
+
+
+ 请确定您对上传的照片拥有合法使用权利或已取得他人合法授权
+
+
+
+
+ 添加一张正面照片
+
+
+
+ *建议上传照片时勾选"原图"
+
+
+
+ 照片示例
+
+
+
+
+
+
+ 五官清晰
+
+
+
+
+
+
+
+
+
+
+ 不是正面
+
+
+
+
+
+
+
+
+
+
+ 有遮挡
+
+
+
+
+
+
+
+
+
+
+ 过于模糊
+
+
+
+
+
+
+
+
+ 温馨提示:目前婴儿、老年人、眼镜等特征效果有不稳定性,我们正在努力优化
+
+
+
+
+
+
+
+
+
+
+
+
+ 已合格的照片
+
+
+
+
+
+
+
+
+
+
+
+
+ 识别失败照片
+
+
+
+
+
+
+
+
+ 上传失败照片
+
+
+
+
+
+
+
+
+
+
+
+
+ 请确定您对上传的照片拥有合法使用权利或已取得他人合法授权
+
+
+
+
+
+
+ 补充上传 {{max}} 张照片
+
+
+
+
+
+ 评估图片
+
+
+
+
+
+
+
+ 多角度照片识别中,请耐心等待
+
+
+
+ *建议上传照片时勾选"原图"
+
+
+
+ 正确示例
+
+
+
+
+
+
+ 多光线多背景
+
+
+
+
+
+
+
+
+
+
+ 多视角
+
+
+
+
+
+
+
+
+
+
+ 大头照
+
+
+
+
+
+
+
+
+
+
+ 错误示例
+
+
+
+
+
+
+ 面部有遮挡
+
+
+
+
+
+
+
+
+
+
+ 头部过小
+
+
+
+
+
+
+
+
+
+
+ 多人照片
+
+
+
+
+
+
+
+
+
+
+ Ai生成图
+
+
+
+
+
+
+
+
+
+
+ 如遇问题,请点击
+
+
+
+ 咨询客服
+
+
+
+
+
+
+
+
+ AIGC服务协议
+
+
+ 欢迎使用百灵相机,您将上传照片用于AIGC服务,您应当在取得照片权利人的同意后再进行操作,您上传的照片将仅用于制作数字分身,不会用于其他用途,相关规则请您仔细阅读
+ 《用户服务协议》 《隐私政策》。
+
+
+
+ 我知道了
+
+
+
+
+
+
+
+ 补充上传
+
+
+ ¥{{peizhi.trial_model_train_price/100}} 马上生成
+
+
+
+ 马上生成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 客服
+
+
+
+
+
+
+ 支付成功
+
+
+
+
+
+ 确定
+
+
+
+ 制作数字分身需要消耗昂贵的算力资源,一旦付款即进入服务。生成人数较多时可能需要排队制作,还请耐心等待
+
+
+
+
+
+
+ 确认要删除该训练图吗
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+ 是否放弃制作分身
+
+
+ 此次上传的照片不会保存
+
+
+
+ 继续制作
+ 我要放弃
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/jilu/record.vue b/me/jilu/record.vue
deleted file mode 100644
index 0eb41e0..0000000
--- a/me/jilu/record.vue
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
- 看到{{item.courseDetailsName}}
-
-
-
- {{item.over===1?'完结':'更新'+item.courseDetailsCount+'集'}}
-
-
- 继续观看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/juqing/duanju-juqing-home.vue b/me/juqing/duanju-juqing-home.vue
new file mode 100644
index 0000000..3d1de28
--- /dev/null
+++ b/me/juqing/duanju-juqing-home.vue
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/juqing/juqing.vue b/me/juqing/juqing.vue
deleted file mode 100644
index 72602ab..0000000
--- a/me/juqing/juqing.vue
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/juqing/new/first-select.vue b/me/juqing/new/first-select.vue
new file mode 100644
index 0000000..a9c9663
--- /dev/null
+++ b/me/juqing/new/first-select.vue
@@ -0,0 +1,140 @@
+
+
+ 你的数字分身制作好啦!
+ 为你随机生成了几张照片
+ 选一个最满意的作为数字分身头像吧
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开始制作大片
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/juqing/new/waiting-result.vue b/me/juqing/new/waiting-result.vue
new file mode 100644
index 0000000..d1bb9df
--- /dev/null
+++ b/me/juqing/new/waiting-result.vue
@@ -0,0 +1,214 @@
+
+
+
+ 预计需要
+
+
+
+
+
+
+
+
+ 您可以关闭页面稍后进入小程序查看训练结果
+
+
+ 制作完成
+
+
+ 立即查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/message/duanju-message-home.vue b/me/message/duanju-message-home.vue
new file mode 100644
index 0000000..3c0dc16
--- /dev/null
+++ b/me/message/duanju-message-home.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+ {{item.title}}
+ {{item.createAt}}
+
+ {{item.content}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/message/index.vue b/me/message/index.vue
deleted file mode 100644
index 182779c..0000000
--- a/me/message/index.vue
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
-
-
-
- {{item.title}}
- {{item.createAt}}
-
- {{item.content}}
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/me/message/new/first.vue b/me/message/new/first.vue
new file mode 100644
index 0000000..391fb5d
--- /dev/null
+++ b/me/message/new/first.vue
@@ -0,0 +1,298 @@
+
+
+
+
+ 百灵相机
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 制作数字分身
+
+ STEP
+ 1
+
+
+
+
+
+
+
+
+
+ 生产写真
+
+ STEP
+ 2
+
+
+
+
+
+
+
+
+
+ 精修下载
+
+ STEP
+ 3
+
+
+
+
+
+
+
+ 制作数字分身
+
+
+ 了解
+ 百灵
+
+
+
+
+
+
+ 用户隐私保护提示
+
+
+
+
+
+
+
+ 不同意并退出
+
+
+ 同意并继续
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/me/message/new/getInfo.vue b/me/message/new/getInfo.vue
new file mode 100644
index 0000000..df007ab
--- /dev/null
+++ b/me/message/new/getInfo.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 昵称
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/payOrder/payOrder.vue b/me/payOrder/duanju-xiadan.vue
similarity index 75%
rename from me/payOrder/payOrder.vue
rename to me/payOrder/duanju-xiadan.vue
index 09daf2a..0db668f 100644
--- a/me/payOrder/payOrder.vue
+++ b/me/payOrder/duanju-xiadan.vue
@@ -1,31 +1,63 @@
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
{{type==1?name:courseDetailsName}}
-
+
全集价格:
- {{parsePrice(zongPrice)}}
+ {{ymfparsePrice(zongPrice)}}
-
+
单集价格:
- {{parsePrice(price)}}
+ {{ymfparsePrice(price)}}
@@ -41,13 +73,13 @@
- {{parsePrice(zongPrice)}}
+ {{ymfparsePrice(zongPrice)}}
- {{parsePrice(price)}}
+ {{ymfparsePrice(price)}}
@@ -71,19 +103,19 @@
-
-
+
+
我已经阅读并同意
-
+
《付费须知说明》
-
- 支付 ¥{{type==1?parsePrice(zongPrice):parsePrice(price)}}
+
+ 支付 ¥{{type==1?ymfparsePrice(zongPrice):ymfparsePrice(price)}}
@@ -100,7 +132,7 @@
},
data() {
return {
- courseId: '', //整部视频id
+ ymfCourseId: '', //整部视频id
courseDetailsId: '', //单集id
titleImg: '', //图片
courseDetailsName: '', //名称
@@ -241,7 +273,7 @@
// #endif
if (option.info) {
let info = JSON.parse(decodeURIComponent(option.info))
- this.courseId = info.courseId
+ this.ymfCourseId = info.ymfCourseId
this.courseDetailsId = info.courseDetailsId
this.titleImg = info.titleImg
this.courseDetailsName = info.courseDetailsName
@@ -253,7 +285,7 @@
},
methods: {
//去付费须知说明
- goXieyi() {
+ ymfgoXieyi() {
uni.navigateTo({
url: '/me/setting/payXieYi'
})
@@ -262,11 +294,11 @@
* @param {Number} price
* 价格保留两位小数
*/
- parsePrice(price) {
+ ymfparsePrice(price) {
return price.toFixed(2)
},
//生成订单
- getOrderInfo() {
+ ymfgetOrderInfo() {
if (this.checked == false) {
this.$refs.uToast.show({
title: '请阅读并同意《付费须知说明》',
@@ -275,14 +307,14 @@
return
}
let data = {
- courseId: this.courseId
+ ymfCourseId: this.ymfCourseId
}
if (this.type != 1) { //购买单集
data.courseDetailsId = this.courseDetailsId
}
this.$Request.getT('/app/order/insertCourseOrders', data).then(res => {
if (res.code == 0) {
- this.payOrder(res.data.orders.ordersId)
+ this.ymfpayOrder(res.data.orders.ordersId)
} else {
uni.showToast({
title: res.msg,
@@ -296,7 +328,7 @@
/**
* @param {Object} orderId 订单id
*/
- payOrder(orderId) {
+ ymfpayOrder(orderId) {
let that = this
if (that.payAway == 4) { //抖音支付
uni.showLoading({
@@ -435,7 +467,7 @@
orderId: orderId,
}).then(red => {
if (red.code == 0) {
- that.callPay(red.data);
+ that.ymfcallPay(red.data);
} else {
that.isPay = true
uni.showToast({
@@ -454,7 +486,7 @@
}).then(red => {
if (red.code == 0) {
console.log(red, '+++++++++++++++++++++')
- that.setPayment('wxpay', JSON.stringify(red.data));
+ that.ymfsetPayment('wxpay', JSON.stringify(red.data));
} else {
that.isPay = true
uni.showToast({
@@ -467,7 +499,7 @@
break;
case 2: //支付宝
// #ifdef H5
- that.$Request.postT("/app/aliPay/payOrder", {
+ that.$Request.postT("/app/aliPay/ymfpayOrder", {
orderId: orderId,
classify: 2
}).then(red => {
@@ -485,12 +517,12 @@
});
// #endif
// #ifdef APP-PLUS
- that.$Request.postT("/app/aliPay/payOrder", {
+ that.$Request.postT("/app/aliPay/ymfpayOrder", {
orderId: orderId,
classify: 1
}).then(red => {
if (red.code == 0) {
- that.setPayment('alipay', red.data);
+ that.ymfsetPayment('alipay', red.data);
} else {
uni.showToast({
title: red.msg,
@@ -501,7 +533,7 @@
// #endif
break;
default: //零钱
- that.$Request.postT("/app/order/payOrders", {
+ that.$Request.postT("/app/order/ymfpayOrders", {
orderId: orderId,
}).then(res => {
if (res.code == 0) {
@@ -538,19 +570,19 @@
}
}
},
- callPay: function(response) {
+ ymfcallPay: function(response) {
if (typeof WeixinJSBridge === "undefined") {
if (document.addEventListener) {
- document.addEventListener('WeixinJSBridgeReady', this.onBridgeReady(response), false);
+ document.addEventListener('WeixinJSBridgeReady', this.ymfonBridgeReady(response), false);
} else if (document.attachEvent) {
- document.attachEvent('WeixinJSBridgeReady', this.onBridgeReady(response));
- document.attachEvent('onWeixinJSBridgeReady', this.onBridgeReady(response));
+ document.attachEvent('WeixinJSBridgeReady', this.ymfonBridgeReady(response));
+ document.attachEvent('onWeixinJSBridgeReady', this.ymfonBridgeReady(response));
}
} else {
- this.onBridgeReady(response);
+ this.ymfonBridgeReady(response);
}
},
- onBridgeReady: function(response) {
+ ymfonBridgeReady: function(response) {
let that = this;
if (!response.package) {
return;
@@ -587,7 +619,7 @@
}
);
},
- setPayment(name, order) {
+ ymfsetPayment(name, order) {
let that = this;
uni.requestPayment({
provider: name,
@@ -620,15 +652,15 @@
display: block !important;
}
- .illustrate {
+ .ymf-illustrate {
width: 100%;
margin: 30rpx 0;
- .illustrate-box {
+ .ymf-illustrate-box {
width: 686rpx;
}
- .illustrate-box-txt {
+ .ymf-illustrate-box-txt {
color: #5173F8;
}
@@ -638,11 +670,11 @@
display: none !important;
}
- .info {
+ .ymf-info {
width: 100%;
height: auto;
- .info-box {
+ .ymf-info-box {
width: 686rpx;
height: 100%;
border-radius: 24rpx;
@@ -650,7 +682,7 @@
background-color: #ffffff;
}
- .info-box-l {
+ .ymf-info-box-l {
width: 200rpx;
height: 150rpx;
border-radius: 8rpx;
@@ -662,14 +694,14 @@
}
}
- .info-box-r {
+ .ymf-info-box-r {
margin-left: 30rpx;
- .info-box-r-t {
+ .ymf-info-box-r-t {
font-weight: bold;
}
- .info-box-r-b {
+ .ymf-info-box-r-b {
margin-top: 20rpx;
color: #5074FF;
diff --git a/me/payOrder/new/index.vue b/me/payOrder/new/index.vue
new file mode 100644
index 0000000..040c1e8
--- /dev/null
+++ b/me/payOrder/new/index.vue
@@ -0,0 +1,372 @@
+
+
+
+
+
+ 积分账户
+ {{userInfo.member_points||0}}
+
+ 去充值
+
+ 查看明细
+
+
+
+
+
+
+
+
+
+ 积分抽奖
+ 职分性赏,好礼始不停
+
+
+
+
+
+
+
+
+
+
+
+
+ 热门兑换
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.pgoods_name}}
+
+
+
+
+
+ {{item.pgoods_price}}
+
+
+ {{item.pgoods_storage}}份
+
+
+
+ 立即兑换
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是否使用{{selGoods.goodPrice||0}}积分兑换权益
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/payOrder/new/newindex.vue b/me/payOrder/new/newindex.vue
new file mode 100644
index 0000000..5aa605e
--- /dev/null
+++ b/me/payOrder/new/newindex.vue
@@ -0,0 +1,689 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 这里空空如也
+
+
+
+
+
+
+
+
+
diff --git a/me/static/ymf/031da1e7f043de5d5e1ee355994a93e5ec983aca44dc-sZf0Vl_fw1200.jpg b/me/static/ymf/031da1e7f043de5d5e1ee355994a93e5ec983aca44dc-sZf0Vl_fw1200.jpg
new file mode 100644
index 0000000..31a33cb
Binary files /dev/null and b/me/static/ymf/031da1e7f043de5d5e1ee355994a93e5ec983aca44dc-sZf0Vl_fw1200.jpg differ
diff --git a/me/static/ymf/0e114b9ac6afc2b4c0f29520178be64915a111e218a8b5-mbMpg2_fw1200.jpg b/me/static/ymf/0e114b9ac6afc2b4c0f29520178be64915a111e218a8b5-mbMpg2_fw1200.jpg
new file mode 100644
index 0000000..d17a6ea
Binary files /dev/null and b/me/static/ymf/0e114b9ac6afc2b4c0f29520178be64915a111e218a8b5-mbMpg2_fw1200.jpg differ
diff --git a/me/static/ymf/1b3d78fa5f92af069751ea64d493c0d85050b1e03cc5b-tPC378.png b/me/static/ymf/1b3d78fa5f92af069751ea64d493c0d85050b1e03cc5b-tPC378.png
new file mode 100644
index 0000000..0c2eee4
Binary files /dev/null and b/me/static/ymf/1b3d78fa5f92af069751ea64d493c0d85050b1e03cc5b-tPC378.png differ
diff --git a/me/static/ymf/2e521eee5a8c80ea6879028ee866c5d0531bc4f1d5e48-Bh95lN_fw1200.jpg b/me/static/ymf/2e521eee5a8c80ea6879028ee866c5d0531bc4f1d5e48-Bh95lN_fw1200.jpg
new file mode 100644
index 0000000..23f6e80
Binary files /dev/null and b/me/static/ymf/2e521eee5a8c80ea6879028ee866c5d0531bc4f1d5e48-Bh95lN_fw1200.jpg differ
diff --git a/me/static/ymf/38cf4e97e52b50be9dcdcdc1352c497e1acc9266cd52-aUOrxn_fw1200.webp b/me/static/ymf/38cf4e97e52b50be9dcdcdc1352c497e1acc9266cd52-aUOrxn_fw1200.webp
new file mode 100644
index 0000000..090fa30
Binary files /dev/null and b/me/static/ymf/38cf4e97e52b50be9dcdcdc1352c497e1acc9266cd52-aUOrxn_fw1200.webp differ
diff --git a/me/static/ymf/390e926273eea85c894e613d42c9931ee2cd1f0a200fd-ApyNVV.png b/me/static/ymf/390e926273eea85c894e613d42c9931ee2cd1f0a200fd-ApyNVV.png
new file mode 100644
index 0000000..4dc9425
Binary files /dev/null and b/me/static/ymf/390e926273eea85c894e613d42c9931ee2cd1f0a200fd-ApyNVV.png differ
diff --git a/me/static/ymf/3c9a5848127a67f98e25176a042511b89afd31daccc2f-5EHbxD_fw658webp.webp b/me/static/ymf/3c9a5848127a67f98e25176a042511b89afd31daccc2f-5EHbxD_fw658webp.webp
new file mode 100644
index 0000000..7be5435
Binary files /dev/null and b/me/static/ymf/3c9a5848127a67f98e25176a042511b89afd31daccc2f-5EHbxD_fw658webp.webp differ
diff --git a/me/static/ymf/4783f7272bf31eeafbe1362605477de14b7cd3da24b0-ggkAnW_fw658webp.webp b/me/static/ymf/4783f7272bf31eeafbe1362605477de14b7cd3da24b0-ggkAnW_fw658webp.webp
new file mode 100644
index 0000000..61d1e72
Binary files /dev/null and b/me/static/ymf/4783f7272bf31eeafbe1362605477de14b7cd3da24b0-ggkAnW_fw658webp.webp differ
diff --git a/me/static/ymf/6c9e57bcbcb047039a8edb30ecdd3b912bac99555a8fc-9EK0oO_fw658webp.webp b/me/static/ymf/6c9e57bcbcb047039a8edb30ecdd3b912bac99555a8fc-9EK0oO_fw658webp.webp
new file mode 100644
index 0000000..52c63e2
Binary files /dev/null and b/me/static/ymf/6c9e57bcbcb047039a8edb30ecdd3b912bac99555a8fc-9EK0oO_fw658webp.webp differ
diff --git a/me/static/ymf/73170e6a596b72538dbe743b06ef8b96e4885aff5b4c3-MsouS7_fw1200.jpg b/me/static/ymf/73170e6a596b72538dbe743b06ef8b96e4885aff5b4c3-MsouS7_fw1200.jpg
new file mode 100644
index 0000000..67c4c98
Binary files /dev/null and b/me/static/ymf/73170e6a596b72538dbe743b06ef8b96e4885aff5b4c3-MsouS7_fw1200.jpg differ
diff --git a/me/static/ymf/78a020586cfbb791918b767520a8ff3c2ab9660f1ee1b-GX4zcc_fw658webp.webp b/me/static/ymf/78a020586cfbb791918b767520a8ff3c2ab9660f1ee1b-GX4zcc_fw658webp.webp
new file mode 100644
index 0000000..8500417
Binary files /dev/null and b/me/static/ymf/78a020586cfbb791918b767520a8ff3c2ab9660f1ee1b-GX4zcc_fw658webp.webp differ
diff --git a/me/static/ymf/79cbb0e34c24915f1883feaa3cf3179b0a1ceb1362a18-unU6xQ.png b/me/static/ymf/79cbb0e34c24915f1883feaa3cf3179b0a1ceb1362a18-unU6xQ.png
new file mode 100644
index 0000000..1ee862a
Binary files /dev/null and b/me/static/ymf/79cbb0e34c24915f1883feaa3cf3179b0a1ceb1362a18-unU6xQ.png differ
diff --git a/me/static/ymf/8dce1d3c3a8287c35bc1bf394048d57a64acfa047d4e-6wXnWE_fw658webp.webp b/me/static/ymf/8dce1d3c3a8287c35bc1bf394048d57a64acfa047d4e-6wXnWE_fw658webp.webp
new file mode 100644
index 0000000..daba4ec
Binary files /dev/null and b/me/static/ymf/8dce1d3c3a8287c35bc1bf394048d57a64acfa047d4e-6wXnWE_fw658webp.webp differ
diff --git a/me/static/ymf/babf535567728d84346fbb13348e94aae3ec8f82106e2-QKPJoe_fw658webp.webp b/me/static/ymf/babf535567728d84346fbb13348e94aae3ec8f82106e2-QKPJoe_fw658webp.webp
new file mode 100644
index 0000000..3055dc1
Binary files /dev/null and b/me/static/ymf/babf535567728d84346fbb13348e94aae3ec8f82106e2-QKPJoe_fw658webp.webp differ
diff --git a/me/static/ymf/c4e6c5023b94de32df2f51d9ebd633790cc6125a88e4-TIyAcR_fw1200.jpg b/me/static/ymf/c4e6c5023b94de32df2f51d9ebd633790cc6125a88e4-TIyAcR_fw1200.jpg
new file mode 100644
index 0000000..577f0be
Binary files /dev/null and b/me/static/ymf/c4e6c5023b94de32df2f51d9ebd633790cc6125a88e4-TIyAcR_fw1200.jpg differ
diff --git a/me/static/ymf/c93b4cc9363d52cba140f7239516344ece9388141079a4-do8mFc.png b/me/static/ymf/c93b4cc9363d52cba140f7239516344ece9388141079a4-do8mFc.png
new file mode 100644
index 0000000..32fd4ed
Binary files /dev/null and b/me/static/ymf/c93b4cc9363d52cba140f7239516344ece9388141079a4-do8mFc.png differ
diff --git a/me/static/ymf/cb319b604e49b816971b708b1231321318e0023610d8c-I24hXU.jpg b/me/static/ymf/cb319b604e49b816971b708b1231321318e0023610d8c-I24hXU.jpg
new file mode 100644
index 0000000..76ae3a1
Binary files /dev/null and b/me/static/ymf/cb319b604e49b816971b708b1231321318e0023610d8c-I24hXU.jpg differ
diff --git a/me/static/ymf/cf2d172a6da494b2e577f699254a780907b7c222246d7-ehahn1.png b/me/static/ymf/cf2d172a6da494b2e577f699254a780907b7c222246d7-ehahn1.png
new file mode 100644
index 0000000..7190d9b
Binary files /dev/null and b/me/static/ymf/cf2d172a6da494b2e577f699254a780907b7c222246d7-ehahn1.png differ
diff --git a/me/static/ymf/d1e4d760358ba0733faee6bcad1e23cb4a1d6d76ba290-O3hUrf_fw240webp.webp b/me/static/ymf/d1e4d760358ba0733faee6bcad1e23cb4a1d6d76ba290-O3hUrf_fw240webp.webp
new file mode 100644
index 0000000..513b7df
Binary files /dev/null and b/me/static/ymf/d1e4d760358ba0733faee6bcad1e23cb4a1d6d76ba290-O3hUrf_fw240webp.webp differ
diff --git a/me/static/ymf/dcb5a4b0b1060b569f9fc618e6e2708b584f7def1cadf-R7jpIr_fw658webp.webp b/me/static/ymf/dcb5a4b0b1060b569f9fc618e6e2708b584f7def1cadf-R7jpIr_fw658webp.webp
new file mode 100644
index 0000000..f49b8b1
Binary files /dev/null and b/me/static/ymf/dcb5a4b0b1060b569f9fc618e6e2708b584f7def1cadf-R7jpIr_fw658webp.webp differ
diff --git a/me/static/ymf/e4330f184149f502f4948ce3b60059edaffc9c3d94ca4-B11p5c_fw658webp.webp b/me/static/ymf/e4330f184149f502f4948ce3b60059edaffc9c3d94ca4-B11p5c_fw658webp.webp
new file mode 100644
index 0000000..200e4bb
Binary files /dev/null and b/me/static/ymf/e4330f184149f502f4948ce3b60059edaffc9c3d94ca4-B11p5c_fw658webp.webp differ
diff --git a/me/static/ymf/e9f9cb6b95c21c714015f15c372f595367aa553f443a-WpOCNo_fw1200.webp b/me/static/ymf/e9f9cb6b95c21c714015f15c372f595367aa553f443a-WpOCNo_fw1200.webp
new file mode 100644
index 0000000..2f830bc
Binary files /dev/null and b/me/static/ymf/e9f9cb6b95c21c714015f15c372f595367aa553f443a-WpOCNo_fw1200.webp differ
diff --git a/me/static/ymf/eaae3095c9e433fb8a015aaebbe52047009dd863ff2b9-igSItK.png b/me/static/ymf/eaae3095c9e433fb8a015aaebbe52047009dd863ff2b9-igSItK.png
new file mode 100644
index 0000000..e8fe5ee
Binary files /dev/null and b/me/static/ymf/eaae3095c9e433fb8a015aaebbe52047009dd863ff2b9-igSItK.png differ
diff --git a/me/static/ymf/f3c60c6f31c74bdf38ba2d8993bcb443ab9bc335cc875-xfx4CJ.png b/me/static/ymf/f3c60c6f31c74bdf38ba2d8993bcb443ab9bc335cc875-xfx4CJ.png
new file mode 100644
index 0000000..e7e0d42
Binary files /dev/null and b/me/static/ymf/f3c60c6f31c74bdf38ba2d8993bcb443ab9bc335cc875-xfx4CJ.png differ
diff --git a/me/static/ymf/f5d96faaa94cb0151a5c95db44e27b80ed6eeac5cb32-rApi2S_fw1200.webp b/me/static/ymf/f5d96faaa94cb0151a5c95db44e27b80ed6eeac5cb32-rApi2S_fw1200.webp
new file mode 100644
index 0000000..f484fff
Binary files /dev/null and b/me/static/ymf/f5d96faaa94cb0151a5c95db44e27b80ed6eeac5cb32-rApi2S_fw1200.webp differ
diff --git a/me/static/ymf/f7da7a8ca57f9f0d56bbb3d7be1d1c86f96304ce4b3a-iVbD8U_fw1200.jpg b/me/static/ymf/f7da7a8ca57f9f0d56bbb3d7be1d1c86f96304ce4b3a-iVbD8U_fw1200.jpg
new file mode 100644
index 0000000..c0f1d80
Binary files /dev/null and b/me/static/ymf/f7da7a8ca57f9f0d56bbb3d7be1d1c86f96304ce4b3a-iVbD8U_fw1200.jpg differ
diff --git a/me/static/ymf/fa22e2a27871e5f8841e8abb12cc4347a6b9440816068-3XsAnJ_fw658webp.webp b/me/static/ymf/fa22e2a27871e5f8841e8abb12cc4347a6b9440816068-3XsAnJ_fw658webp.webp
new file mode 100644
index 0000000..befb1f6
Binary files /dev/null and b/me/static/ymf/fa22e2a27871e5f8841e8abb12cc4347a6b9440816068-3XsAnJ_fw658webp.webp differ
diff --git a/me/static/ymf/ff919b6254e376cc902c89afdcc194ac2ab39c93793b-8TdL1Z_fw658webp.webp b/me/static/ymf/ff919b6254e376cc902c89afdcc194ac2ab39c93793b-8TdL1Z_fw658webp.webp
new file mode 100644
index 0000000..cb7358d
Binary files /dev/null and b/me/static/ymf/ff919b6254e376cc902c89afdcc194ac2ab39c93793b-8TdL1Z_fw658webp.webp differ
diff --git a/me/invite/index - 副本.vue b/me/yaoqing/index - 副本.vue
similarity index 100%
rename from me/invite/index - 副本.vue
rename to me/yaoqing/index - 副本.vue
diff --git a/me/yaoqing/new/control-fenshen.vue b/me/yaoqing/new/control-fenshen.vue
new file mode 100644
index 0000000..86e2af7
--- /dev/null
+++ b/me/yaoqing/new/control-fenshen.vue
@@ -0,0 +1,1225 @@
+
+
+
+
+
+
+ 放弃
+
+ 制作数字分身
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 上传正面照片
+ 1张五官清晰的正面照片
+
+
+
+
+
+ 2
+
+
+ 2
+
+
+ 补充{{max}}张照片
+ 上传半身照效果最佳
+
+
+
+
+
+
+
+
+
+
+
+
+ 正面照片识别中,请耐心等待
+
+
+
+ 正面照片识别成功
+
+ 可重新上传或继续补充多角度照片
+
+
+
+ 补充多角度照片
+
+
+
+
+ 重新上传正面照片
+
+
+
+
+
+
+
+
+ 请确定您对上传的照片拥有合法使用权利或已取得他人合法授权
+
+
+
+
+ 添加一张正面照片
+
+
+
+ *建议上传照片时勾选"原图"
+
+
+
+ 照片示例
+
+
+
+
+
+
+ 五官清晰
+
+
+
+
+
+
+
+
+
+
+ 不是正面
+
+
+
+
+
+
+
+
+
+
+ 有遮挡
+
+
+
+
+
+
+
+
+
+
+ 过于模糊
+
+
+
+
+
+
+
+
+ 温馨提示:目前婴儿、老年人、眼镜等特征效果有不稳定性,我们正在努力优化
+
+
+
+
+
+
+
+
+
+
+
+
+ 已合格的照片
+
+
+
+
+
+
+
+
+
+
+
+
+ 识别失败照片
+
+
+
+
+
+
+
+
+ 上传失败照片
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请确定您对上传的照片拥有合法使用权利或已取得他人合法授权
+
+
+
+
+
+
+ 补充上传 {{max}} 张照片
+
+
+
+
+
+ 评估图片
+
+
+
+
+
+
+
+ 多角度照片识别中,请耐心等待
+
+
+
+ *建议上传照片时勾选"原图"
+
+
+
+ 正确示例
+
+
+
+
+
+
+ 多光线多背景
+
+
+
+
+
+
+
+
+
+
+ 多视角
+
+
+
+
+
+
+
+
+
+
+ 大头照
+
+
+
+
+
+
+
+
+
+
+ 错误示例
+
+
+
+
+
+
+ 面部有遮挡
+
+
+
+
+
+
+
+
+
+
+ 头部过小
+
+
+
+
+
+
+
+
+
+
+ 多人照片
+
+
+
+
+
+
+
+
+
+
+ Ai生成图
+
+
+
+
+
+
+
+
+
+
+ 如遇问题,请点击
+
+
+
+ 咨询客服
+
+
+
+
+
+
+
+
+ AIGC服务协议
+
+
+ 欢迎使用百灵相机,您将上传照片用于AIGC服务,您应当在取得照片权利人的同意后再进行操作,您上传的照片将仅用于制作数字分身,不会用于其他用途,相关规则请您仔细阅读
+ 《用户服务协议》 《隐私政策》。
+
+
+
+ 我知道了
+
+
+
+
+
+
+
+ 补充上传
+
+
+ ¥{{peizhi.model_train_price/100}}马上生成
+ 马上生成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 客服
+
+
+
+
+
+
+ 支付成功
+
+
+
+
+
+ 确定
+
+
+
+ 制作数字分身需要消耗昂贵的算力资源,一旦付款即进入服务。生成人数较多时可能需要排队制作,还请耐心等待
+
+
+
+
+
+
+ 确认要删除该训练图吗
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+ 是否放弃制作分身
+
+
+ 此次上传的照片不会保存
+
+
+
+ 继续制作
+ 我要放弃
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/yaoqing/new/create-fenshen.vue b/me/yaoqing/new/create-fenshen.vue
new file mode 100644
index 0000000..eecd6f8
--- /dev/null
+++ b/me/yaoqing/new/create-fenshen.vue
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ID:
+ {{item.uuid}}
+
+
+ Pro
+
+
+
+
+
+
+
+ 分身未完成
+ 分身训练中
+ 分身制作失败
+
+
+
+
+
+
+
+
+ 生成于{{item.createTime|timer}}
+ -
+
+
+
+
+
+
+
+ 继续制作
+
+
+ 继续制作
+
+
+
+
+
+
+
+ 训练中
+
+
+
+
+
+
+
+
+ 免费重置
+
+ 免费重置
+
+
+
+
+ 免费重置
+ 免费重置
+ 使用中
+ 切换分身
+
+
+
+
+ 使用中
+ 切换分身
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认要删除当前分身吗
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+ 确认要重置该分身吗
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+ 制作新的分身
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/me/invite/moneyList.vue b/me/yaoqing/redPack-mingxi.vue
similarity index 80%
rename from me/invite/moneyList.vue
rename to me/yaoqing/redPack-mingxi.vue
index 1a51722..1eefc81 100644
--- a/me/invite/moneyList.vue
+++ b/me/yaoqing/redPack-mingxi.vue
@@ -1,16 +1,16 @@
-
+
-
- 类型: {{item.title}}
- 内容: {{item.content}}
- 时间: {{item.createTime}}
-
+
+ 类型: {{item.title}}
+ 内容: {{item.content}}
+ 时间: {{item.createTime}}
+
- - ¥{{item.money}}
- + ¥{{item.money}}
+ - ¥{{item.money}}
+ + ¥{{item.money}}
diff --git a/me/invite/inviteDet.vue b/me/yaoqing/ymf-my-team.vue
similarity index 79%
rename from me/invite/inviteDet.vue
rename to me/yaoqing/ymf-my-team.vue
index 267b8ae..47524e8 100644
--- a/me/invite/inviteDet.vue
+++ b/me/yaoqing/ymf-my-team.vue
@@ -1,13 +1,13 @@
-
+
当前收益
- ¥{{inviterRecord}}
+ ¥{{yaoqingTongji}}
-
+
@@ -18,7 +18,7 @@
@@ -61,31 +61,31 @@
page: 1,
limit: 50,
userList: [],
- inviterRecord: ''
+ yaoqingTongji: ''
}
},
onLoad() {
- this.getData()
- this.getInviter()
+ this.ymfgetData()
+ this.ymfgetInviter()
},
onReachBottom: function() {
this.page = this.page + 1;
- this.getInviter();
+ this.ymfgetInviter();
},
onPullDownRefresh: function() {
this.page = 1;
- this.getData();
- this.getInviter();
+ this.ymfgetData();
+ this.ymfgetInviter();
},
methods: {
- getData() {
+ ymfgetData() {
let data = {
page: this.page,
limit: this.limit
}
this.$u.api.queryInviter(data).then(res => {
if (res.code === 0) {
- this.inviterRecord = res.data.inviteMoney.money
+ this.yaoqingTongji = res.data.inviteMoney.money
} else {
uni.showToast({
title: res.msg,
@@ -95,7 +95,7 @@
}
})
},
- getInviter() {
+ ymfgetInviter() {
let data = {
page: this.page,
limit: this.limit,
@@ -118,9 +118,9 @@
}
})
},
- getOut() {
+ ymfgetOut() {
uni.navigateTo({
- url: '/me/invite/cashDetail'
+ url: '/me/yaoqing/cashDetail'
});
},
}
@@ -128,14 +128,16 @@