Commit 1d55d7b5 authored by fwz's avatar fwz

Merge remote-tracking branch 'origin/dev_jd' into dev_jd

parents f5072243 5e5ef633
...@@ -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)
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx8fd4dc1c4b9f6f41", "appid" : "wx237e45bea2220a37",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : true, "minified" : true,
......
...@@ -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