Commit 9aef1d1a authored by baixian's avatar baixian

需求搁置

parent befbcf27
This diff is collapsed.
......@@ -100,31 +100,32 @@ page{
.userlist-box{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 10rpx 0;
padding: 10rpx 20rpx;
}
.userlist-box .list-item{
width: 25%;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: space-between;
align-items: center;
line-height: 1;
padding: 20rpx 0;
}
.userlist-box .list-item>view{
.userlist-box .list-item .list-item-left {
display: flex;
align-items: center;
}
/* .userlist-box .list-item>view{
width: 100%;
text-align: center;
line-height: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
} */
.userlist-box .list-item .avatar{
width: 107rpx;
height: 107rpx;
border-radius: 50%;
margin-right: 10rpx;
}
.userlist-box .list-item .nickname{
font-size: 26rpx;
......
......@@ -380,6 +380,7 @@ const apis = {
memberMe: `${api}member/me`,//获取当前身份
getschooluuid: `${api}member/school_uuid`,// 简单报名(加入学校)获取uuid
subjectTemplates: `${api}member/subject_templates`,//主题模板列表
getUnsubscribe: `${api}member/erp/student/get_unsubscribe_student`,//获取未关注微信公众号的学生
},
shopeditor: {
infoGet: `${api}member/clock/address/get`,
......
......@@ -380,7 +380,7 @@ function analyzeDashboardGet(data) {
errorresolve: 1,
})
}
//
//
function getUuid(data){
return wxRequest({
role: '2b',
......@@ -410,7 +410,16 @@ function subjectTemplateDetail(data){
needToken: true
})
}
function getUnsubscribeList(data){
return wxRequest({
role: '2b',
url: `${apis.business.common.getUnsubscribe}`,
method: 'GET',
data,
errorresolve: 1,
needToken: true
})
}
export {
nicknameGet,
bOssAccess,
......@@ -453,5 +462,6 @@ export {
analyzeDashboardGet,
getUuid,
getSubjectTemplates,
subjectTemplateDetail
}
\ No newline at end of file
subjectTemplateDetail,
getUnsubscribeList
}
......@@ -22,7 +22,6 @@
<image class="wx-img" src="{{imageRoot}}2c/ucenter2/wx_public.png?{{imageVersion}}"></image>
<image class="wx-gif" src="{{imageRoot}}2c/ucenter2/wx_public.gif?{{imageVersion}}"></image>
</view>
<view>{{path}}</view>
<button class="open-btn" open-type='contact'show-message-card="true" send-message-title="开启微信提醒" send-message-path="{{path}}" send-message-img="{{imageRoot}}2c/ucenter2/wx_coverimg.png?{{imageVersion}}"><image src="{{imageRoot}}2c/ucenter2/wx_icon.png?{{imageVersion}}"></image><text>立即开启</text></button>
<view class="tip">点击按钮后,请如上图操作立即开启</view>
</view>
\ No newline at end of file
......@@ -64,8 +64,7 @@
<div class="line2">点击这里<text>转发成长记录</text></div>
</view>
</view>
<view class="wx-box" bindtap="goWxGuide">
<view class="wx-box" bindtap="goWxGuide" wx:if="{{userInfo.formal_school_student && !userInfo.formal_school_student.can_send_template}}">
<loginbtn loginCode="{{loginCode}}"/>
<image src="{{imageRoot}}2c/ucenter2/wx_banner.png?{{imageVersion}}"></image>
</view>
......
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