Commit 6d9718d6 authored by lijiongliang's avatar lijiongliang

图片修改

parent 593338a4
...@@ -12,7 +12,7 @@ import scrollList from "@/common/scroll-list/scroll-list"; ...@@ -12,7 +12,7 @@ import scrollList from "@/common/scroll-list/scroll-list";
Vue.use(uView); Vue.use(uView);
Vue.prototype.http = http Vue.prototype.http = http
// 订阅消息模板id // 订阅消息模板id
Vue.prototype.nc_templateid = '59-hfHg3CnDvgVEnjqxiHRFwpABehc5lZxHQeUctlrg' Vue.prototype.nc_templateid = '7iCStgZrlPdT6FYtybl5orIHVjGBENdm8MsOTNN7iMk'
App.mpType = 'app' App.mpType = 'app'
Vue.component('ActiveForm', ActiveForm) Vue.component('ActiveForm', ActiveForm)
Vue.component('scrollList', scrollList) Vue.component('scrollList', scrollList)
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="ps__info"> <div class="ps__info">
<div class="info__cover"> <div class="info__cover">
<image v-if="avatar" :src="avatar" /> <image v-if="avatar" :src="avatar" />
<image v-else src="@/static/my/my2.png" /> <image v-else src="@/static/my/my2.jpg" />
</div> </div>
<div> <div>
<div class="info__name">{{userInfo.nickName || '默认昵称'}}</div> <div class="info__name">{{userInfo.nickName || '默认昵称'}}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment