wenxin0805 1 éve
szülő
commit
bb8bd8a68c

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "qywx_1",
+  "name": "内容中心",
   "version": "0.1.0",
   "private": true,
   "scripts": {

+ 2 - 1
src/views/userindex/indexpage/ArticleIndex.vue

@@ -88,6 +88,7 @@ export default {
     if (this.myId != null && this.myId !== '' && this.myId !== 'undefined') {
       this.getMemberapi(this.myId)
     }
+    // this.myId= 'WeiQiJia'
     this.getUserIdparameter({'url': location.href.split('#')[0]})
   },
   mounted () {
@@ -152,7 +153,7 @@ export default {
     },
     //打电话
     callPhone () {
-      window.location.href = 'tel'+ this.phone
+      window.location.href = 'tel:'+ this.phone
     },
     //获取分享参数 在wx.ready执行分享的事件分享到朋友/朋友圈等
     async getShareParmasinfo (id,myId) {

+ 11 - 6
src/views/userindex/my/MyForward.vue

@@ -1,11 +1,12 @@
 <template>
   <div class="indexbox">
-    <p class="imgStyle">
-      <img src="../../../assets/jiantou.png"
+    <div class="imgStyle" @click="GoUp">
+      <p> <img src="../../../assets/jiantou.png"
            style="width: 6vw;height: 6vw;"
            alt=""
-           @click="GoUp">
-    </p>
+           ></p>
+           <p>返回</p>
+    </div>
     <div>
       <tabs @click="onClick"
             v-model="active"
@@ -154,8 +155,12 @@ export default {
   display: flex;
   flex-direction: column;
   .imgStyle {
-    width: 90vw;
-    height: 5vh;
+    position:absolute;
+    display: flex;
+    left: -1vw;
+    width: 18vw;
+    margin-left: 1vw;
+    height: 3rem;
   }
   hr {
     margin-top: 20px;

+ 1 - 1
src/views/userindex/my/MyIndex.vue

@@ -82,7 +82,7 @@ export default {
     },
     //打电话
     callPhone(){
-      window.location.href='tel'+ this.phone
+      window.location.href='tel:'+ this.phone
     }
 
   },