ソースを参照

feat:修改首页查询图片接口

LuoDLeo 2 年 前
コミット
cf4179d828
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -392,7 +392,7 @@ export default {
 
     getImgUrlByOssId(ossId) {
       if (ossId) {
-        this.$api.getImgUrlByOssId(ossId).then(res => {
+        this.$api.getImage(ossId).then(res => {
           console.log('++++++++用户头像+++++++++++++++', res)
         })
         this.userInfo.selfPhotoUrl = url;