wangxia 5 months ago
commit 9b88200cad

@ -1,10 +1,17 @@
<template> <template>
<view class="p-root-person-userinfo g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-root-person-userinfo g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_h_16"></view> <view class="g_h_16"></view>
<view class=""> <view class="g_mb_10">
<g-panel-form-item :list="[{ icon: '', label: '反馈与建议', result: '', path: '/root/person/feedback', tip: 'message', pRow: 12 }]" @clickItem="handleClickItem" /> <g-panel-form-item :list="[{
icon: '',
label: '反馈与建议',
result: '',
path: '/root/person/feedback',
tip: 'message',
pRow: 12
}]" @clickItem="handleClickItem" />
</view> </view>
<view class="g_pl_10 g_pr_10 g_pb_16 g_mt_10" v-if="isCreator"> <view class="g_pl_10 g_pr_10 g_pb_16" v-if="isCreator">
<view class="g_bg_f g_pl_16 g_pr_16 g_radius_8"> <view class="g_bg_f g_pl_16 g_pr_16 g_radius_8">
<view class="g_flex_row_between g_h_56"> <view class="g_flex_row_between g_h_56">
<view class="g_flex_column_center g_fs_16 g_c_3">关注邀请</view> <view class="g_flex_column_center g_fs_16 g_c_3">关注邀请</view>
@ -15,13 +22,6 @@
</view> </view>
<view class="g_fs_14 g_mt_4 g_pl_10 g_c_9"> 关闭后首页收到的发单号邀请不再主动弹出 </view> <view class="g_fs_14 g_mt_4 g_pl_10 g_c_9"> 关闭后首页收到的发单号邀请不再主动弹出 </view>
</view> </view>
<!-- {
icon: '',
label: '账号管理',
result: '',
path: '/root/person/account',
tip: 'account',
}, -->
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {

@ -52,6 +52,7 @@ let data = {
// let uuid = Settings.Secure.getString(mainActivity.getContentResolver(),Settings.Secure.ANDROID_ID); // let uuid = Settings.Secure.getString(mainActivity.getContentResolver(),Settings.Secure.ANDROID_ID);
// #endif // #endif
params = { params = {
'requestComeFrom':'assistant_miniapp',
// #ifdef APP-PLUS // #ifdef APP-PLUS
'g-open-env': 'APP-PLUS', 'g-open-env': 'APP-PLUS',
appId: uuid_new, appId: uuid_new,

Loading…
Cancel
Save