diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue
new file mode 100644
index 0000000..e36f663
--- /dev/null
+++ b/src/project/fengdu/AppMine/AppMine.vue
@@ -0,0 +1,353 @@
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
![]()
+
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
diff --git a/src/project/fengdu/AppMine/me.png b/src/project/fengdu/AppMine/me.png
new file mode 100644
index 0000000..03b531e
Binary files /dev/null and b/src/project/fengdu/AppMine/me.png differ
diff --git a/src/project/fengdu/AppMine/me_selected.png b/src/project/fengdu/AppMine/me_selected.png
new file mode 100644
index 0000000..dff9fca
Binary files /dev/null and b/src/project/fengdu/AppMine/me_selected.png differ
diff --git a/src/project/fengdu/AppMine/myFamily.vue b/src/project/fengdu/AppMine/myFamily.vue
new file mode 100644
index 0000000..a544cf9
--- /dev/null
+++ b/src/project/fengdu/AppMine/myFamily.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
家庭成员
+
+

+

+
+
![]()
+

+
+
+
{{ item.name }}
+
户主
+
{{ $dict.getLabel('householdRelation', item.householdRelation) }}
+
+
+
+
+
+
+
+
diff --git a/src/project/fengdu/AppMine/userInfo.vue b/src/project/fengdu/AppMine/userInfo.vue
new file mode 100644
index 0000000..79ebe2a
--- /dev/null
+++ b/src/project/fengdu/AppMine/userInfo.vue
@@ -0,0 +1,282 @@
+
+
+
+
+
+
头像
+
+
+
+
+
+
+
手机号
+
+
{{ user.phone || ''}}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/qujing/AppHome/AppHome.vue b/src/project/qujing/AppHome/AppHome.vue
index d11821d..aa27c7b 100644
--- a/src/project/qujing/AppHome/AppHome.vue
+++ b/src/project/qujing/AppHome/AppHome.vue
@@ -167,8 +167,12 @@ export default {
}
},
clickLaw(index) {
-
- this.$linkTo("/pages/AppLegalLearning/AppLegalLearning?inx=" + index)
+ uni.switchTab({
+ url: '/pages/AppLegalLearning/AppLegalLearning',
+ success: ()=> {
+ uni.$emit('update',{inx: index})
+ }
+ })
},
handleActive({type, appId, url}) {
if (type == 0) {
diff --git a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
index 208f32d..d8ddb94 100644
--- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
+++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
@@ -35,6 +35,9 @@ export default {
}
},
onShow() {
+ uni.$once('update',(data)=> {
+ this.currIndex = data.inx
+ })
if(this.currIndex == 0) {
this.$refs.OnlineClass.getList();
} else {
@@ -47,11 +50,6 @@ export default {
}
});
},
- onLoad(o) {
- if(o) {
- this.currIndex = o.inx
- }
- },
components: {
OnlineClass,
GeneralLawExam
diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
index 2e745a0..542133c 100644
--- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
+++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
@@ -19,10 +19,10 @@
{{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与
{{ item.myRecord.score }}
@@ -38,9 +38,9 @@