diff --git a/pages_order/record/personalSharing.vue b/pages_order/record/personalSharing.vue
index 36f6df1..57818a8 100644
--- a/pages_order/record/personalSharing.vue
+++ b/pages_order/record/personalSharing.vue
@@ -33,7 +33,20 @@
-
+
+
@@ -161,6 +174,12 @@
// todo: init data by id
},
methods: {
+ onChooseAvatar(res) {
+ this.$Oss.ossUpload(res.target.avatarUrl)
+ .then(url => {
+ this.form.avatarUrl = url
+ })
+ },
onSubmit() {
// todo
@@ -179,6 +198,18 @@