lion 2 months ago
parent 1a78bdde3f
commit f756a58cb7

@ -43,7 +43,39 @@
/* ios */ /* ios */
"ios" : {}, "ios" : {},
/* SDK */ /* SDK */
"sdkConfigs" : {} "sdkConfigs" : {},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
}
} }
}, },
/* */ /* */
@ -72,5 +104,10 @@
"uniStatistics" : { "uniStatistics" : {
"enable" : false "enable" : false
}, },
"vueVersion" : "2" "vueVersion" : "2",
"h5" : {
"router" : {
"base" : ""
}
}
} }

@ -131,7 +131,7 @@
<template v-if="form.type!=3"> <template v-if="form.type!=3">
<view class="formtext" style="display: flex;justify-content: space-between;"> <view class="formtext" style="display: flex;justify-content: space-between;">
<text>随访人员</text> <text>随访人员</text>
<button style="background-color: #4f607e;" type="primary" size="mini" <button style="background-color: #4f607e!important;" type="primary" size="mini"
@click="$refs.showRight.open(),follw_people_obj={credent:1},follow_people_index=-1">新增随访人员</button> @click="$refs.showRight.open(),follw_people_obj={credent:1},follow_people_index=-1">新增随访人员</button>
</view> </view>
<!-- 随访人员表格 --> <!-- 随访人员表格 -->
@ -197,7 +197,7 @@
:dataLists="adminList" placeholder="输入陪同人具体姓名或手机号搜索" @search="selectSearch" @submit="submitAccept" :dataLists="adminList" placeholder="输入陪同人具体姓名或手机号搜索" @search="selectSearch" @submit="submitAccept"
@cancel="cancelAccept" /> @cancel="cancelAccept" />
</uni-forms> </uni-forms>
<button type="primary" style="background-color: #4f607e;" @click="getStudy">{{goStudy}}</button> <button type="primary" style="background-color: #4f607e!important;" @click="getStudy">{{goStudy}}</button>
<!-- 随访人员弹出 --> <!-- 随访人员弹出 -->
@ -224,7 +224,7 @@
<view class="uni-group" style="text-align: right;"> <view class="uni-group" style="text-align: right;">
<button @click="closeDrawer" size="mini">取消</button> <button @click="closeDrawer" size="mini">取消</button>
<button @click="pushFollowPeople" size="mini" type="primary" <button @click="pushFollowPeople" size="mini" type="primary"
style="background-color: #4f607e;margin-left:8px">确认</button> style="background-color: #4f607e!important;margin-left:8px">确认</button>
</view> </view>
</uni-drawer> </uni-drawer>
@ -911,8 +911,8 @@
} else { } else {
// //
uni.requestSubscribeMessage({ uni.requestSubscribeMessage({
tmplIds: ['DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', tmplIds: ['OfDFwAIZyXqvPgmc_czIXhveVtp3n_ftyWJEks1DSi4',
'IczaKkCmwf55tAAzCcxb_fbbf5L25SWrSKvaBrkIyk4' 'r8n41lmkGeob15YBuuxhG7MbpgVSsUxKnK9ORPtr5VY'
], ],
success(res) { success(res) {
console.log("res", res) console.log("res", res)

@ -218,7 +218,8 @@
} else { } else {
// //
uni.requestSubscribeMessage({ uni.requestSubscribeMessage({
tmplIds: ['DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg','IczaKkCmwf55tAAzCcxb_fbbf5L25SWrSKvaBrkIyk4'], tmplIds: ['OfDFwAIZyXqvPgmc_czIXhveVtp3n_ftyWJEks1DSi4',
'r8n41lmkGeob15YBuuxhG7MbpgVSsUxKnK9ORPtr5VY'],
success(res) { success(res) {
console.log("res", res) console.log("res", res)
uni.showToast({ uni.showToast({

Loading…
Cancel
Save