Browse Source

feat(common): 添加获取配置信息和微信小程序 openid 功能

- 新增 getConfig 方法,用于获取指定配置项的信息
- 新增 getMiniWxOpenId 方法,用于获取微信小程序用户的 openid
- 在路由文件中添加对应的 API 路由
master
liutong 10 months ago
parent
commit
982c6e06d3
  1. 32
      niucloud/app/api/controller/apiController/Common.php
  2. 4
      niucloud/app/api/route/route.php
  3. 76
      niucloud/app/service/api/apiService/CommonService.php
  4. BIN
      niucloud/public/uniapp_src/static/images/common/black_arrow_right.png
  5. BIN
      niucloud/public/uniapp_src/static/images/common/closex.png
  6. BIN
      niucloud/public/uniapp_src/static/images/common/clousex-big.png
  7. BIN
      niucloud/public/uniapp_src/static/images/common/common_icon_jump_gold.png
  8. BIN
      niucloud/public/uniapp_src/static/images/common/delete.png
  9. BIN
      niucloud/public/uniapp_src/static/images/common/edit.png
  10. BIN
      niucloud/public/uniapp_src/static/images/common/fa_song.png
  11. BIN
      niucloud/public/uniapp_src/static/images/common/gift_icon_close_new.png
  12. BIN
      niucloud/public/uniapp_src/static/images/common/gouxuankuang.png
  13. BIN
      niucloud/public/uniapp_src/static/images/common/gray_arrow_down.png
  14. BIN
      niucloud/public/uniapp_src/static/images/common/icon-close.png
  15. BIN
      niucloud/public/uniapp_src/static/images/common/icon-drop-down.png
  16. BIN
      niucloud/public/uniapp_src/static/images/common/icon_about.png
  17. BIN
      niucloud/public/uniapp_src/static/images/common/icon_black_back.png
  18. BIN
      niucloud/public/uniapp_src/static/images/common/icon_jump_black3.png
  19. BIN
      niucloud/public/uniapp_src/static/images/common/image-delete.png
  20. BIN
      niucloud/public/uniapp_src/static/images/common/jia_hao.png
  21. BIN
      niucloud/public/uniapp_src/static/images/common/jump-r-arrow.png
  22. BIN
      niucloud/public/uniapp_src/static/images/common/menu_icon_empty.png
  23. BIN
      niucloud/public/uniapp_src/static/images/common/more-arrow-right.png
  24. BIN
      niucloud/public/uniapp_src/static/images/common/round-black-selected.png
  25. BIN
      niucloud/public/uniapp_src/static/images/common/round_add_disabled.png
  26. BIN
      niucloud/public/uniapp_src/static/images/common/round_add_normal.png
  27. BIN
      niucloud/public/uniapp_src/static/images/common/round_minus.png
  28. BIN
      niucloud/public/uniapp_src/static/images/common/search-icon.png
  29. BIN
      niucloud/public/uniapp_src/static/images/common/star_normal.png
  30. BIN
      niucloud/public/uniapp_src/static/images/common/xi_tong_xiao_xi.png
  31. BIN
      niucloud/public/uniapp_src/static/images/common/yong_hu.png
  32. BIN
      niucloud/public/uniapp_src/static/images/home/chaungjian.png
  33. BIN
      niucloud/public/uniapp_src/static/images/home/tixing.png
  34. BIN
      niucloud/public/uniapp_src/static/images/home/wang.png
  35. BIN
      niucloud/public/uniapp_src/static/images/home/yong.png
  36. BIN
      niucloud/public/uniapp_src/static/images/index/addto.png
  37. BIN
      niucloud/public/uniapp_src/static/images/index/check_mark.png
  38. BIN
      niucloud/public/uniapp_src/static/images/index/danlan.png
  39. BIN
      niucloud/public/uniapp_src/static/images/index/danlv.png
  40. BIN
      niucloud/public/uniapp_src/static/images/index/dian.png
  41. BIN
      niucloud/public/uniapp_src/static/images/index/hong.png
  42. BIN
      niucloud/public/uniapp_src/static/images/index/huang.png
  43. BIN
      niucloud/public/uniapp_src/static/images/index/icon_shopping_bag.png
  44. BIN
      niucloud/public/uniapp_src/static/images/index/img.jpg
  45. BIN
      niucloud/public/uniapp_src/static/images/index/intention1.png
  46. BIN
      niucloud/public/uniapp_src/static/images/index/intention2.png
  47. BIN
      niucloud/public/uniapp_src/static/images/index/intention3.png
  48. BIN
      niucloud/public/uniapp_src/static/images/index/lan.png
  49. BIN
      niucloud/public/uniapp_src/static/images/index/lv.png
  50. BIN
      niucloud/public/uniapp_src/static/images/index/lvs.png
  51. BIN
      niucloud/public/uniapp_src/static/images/index/manjian.png
  52. BIN
      niucloud/public/uniapp_src/static/images/index/me_icon_notification.png
  53. BIN
      niucloud/public/uniapp_src/static/images/index/menu_btn_close.png
  54. BIN
      niucloud/public/uniapp_src/static/images/index/menu_icon_popup_triangle_normal.png
  55. BIN
      niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_normal.png
  56. BIN
      niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_quanzi.png
  57. BIN
      niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_wechat.png
  58. BIN
      niucloud/public/uniapp_src/static/images/index/message.png
  59. BIN
      niucloud/public/uniapp_src/static/images/index/myk.png
  60. BIN
      niucloud/public/uniapp_src/static/images/index/phone.png
  61. BIN
      niucloud/public/uniapp_src/static/images/index/rexiao.png
  62. BIN
      niucloud/public/uniapp_src/static/images/index/round-cancel.png
  63. BIN
      niucloud/public/uniapp_src/static/images/index/round.png
  64. BIN
      niucloud/public/uniapp_src/static/images/index/round_close_btn.png
  65. BIN
      niucloud/public/uniapp_src/static/images/index/score.png
  66. BIN
      niucloud/public/uniapp_src/static/images/index/score1.png
  67. BIN
      niucloud/public/uniapp_src/static/images/index/setup.png
  68. BIN
      niucloud/public/uniapp_src/static/images/index/shadow_yellow_star.png
  69. BIN
      niucloud/public/uniapp_src/static/images/index/shenlan.png
  70. BIN
      niucloud/public/uniapp_src/static/images/index/star.png
  71. BIN
      niucloud/public/uniapp_src/static/images/index/task.png
  72. BIN
      niucloud/public/uniapp_src/static/images/index/tuijian.png
  73. BIN
      niucloud/public/uniapp_src/static/images/index/work_details.png
  74. BIN
      niucloud/public/uniapp_src/static/images/index/writing.png
  75. BIN
      niucloud/public/uniapp_src/static/images/index/xinpin.png
  76. BIN
      niucloud/public/uniapp_src/static/images/index/yellow_star.png
  77. BIN
      niucloud/public/uniapp_src/static/images/index/zan_wu.png
  78. BIN
      niucloud/public/uniapp_src/static/images/login/login1.png
  79. BIN
      niucloud/public/uniapp_src/static/images/login/login2.png
  80. BIN
      niucloud/public/uniapp_src/static/images/login/wechat1.png
  81. BIN
      niucloud/public/uniapp_src/static/images/mall/b3d3a98e3c7f450aaa32fbec6aecdfaf.png
  82. BIN
      niucloud/public/uniapp_src/static/images/mall/img_pointmall_star.png
  83. BIN
      niucloud/public/uniapp_src/static/images/mall/me_img_banner_mall.png
  84. BIN
      niucloud/public/uniapp_src/static/images/mall/me_pointmall_img_nogift.png
  85. BIN
      niucloud/public/uniapp_src/static/images/mall/store_brh_home_page_normal.png
  86. BIN
      niucloud/public/uniapp_src/static/images/mall/store_brh_service_normal.png
  87. BIN
      niucloud/public/uniapp_src/static/images/member/me_club_task_img_done.png
  88. BIN
      niucloud/public/uniapp_src/static/images/my/b3d3a98e3c7f450aaa32fbec6aecdfaf.png
  89. BIN
      niucloud/public/uniapp_src/static/images/my/coupons-empty.png
  90. BIN
      niucloud/public/uniapp_src/static/images/my/icon_arrow.png
  91. BIN
      niucloud/public/uniapp_src/static/images/my/icon_attention.png
  92. BIN
      niucloud/public/uniapp_src/static/images/my/icon_giftcard.png
  93. BIN
      niucloud/public/uniapp_src/static/images/my/icon_rules.png
  94. BIN
      niucloud/public/uniapp_src/static/images/my/img_giftcard_empty.png
  95. BIN
      niucloud/public/uniapp_src/static/images/my/jf.png
  96. BIN
      niucloud/public/uniapp_src/static/images/my/me_icon_gift_card.png
  97. BIN
      niucloud/public/uniapp_src/static/images/my/me_icon_points.png
  98. BIN
      niucloud/public/uniapp_src/static/images/my/me_icon_quan.png
  99. BIN
      niucloud/public/uniapp_src/static/images/my/me_icon_wallet.png
  100. BIN
      niucloud/public/uniapp_src/static/images/my/member_benefits/me_rights_icon_1jia1.png

32
niucloud/app/api/controller/apiController/Common.php

@ -61,4 +61,36 @@ class Common extends BaseApiService
return success([]);
}
//获取配置信息
public function getConfig(Request $request){
$config_key = $request->param('config_key', '');//配置项关键字
if (empty($config_key)) {
return fail('缺少必填参数');
}
$where = [
'config_key'=>$config_key
];
$res = (new CommonService())->getConfig($where);
if (!$res){
return fail('配置信息有误');
}
return success($res);
}
public function getMiniWxOpenId(Request $request){
$code = $request->param('code', '');//微信code
if (empty($code)) {
return fail('缺少必填参数');
}
$res = (new CommonService())->getMiniWxOpenId($code);
if (!$res['code']){
return fail($res['msg']);
}
return success($res['data']);
}
}

4
niucloud/app/api/route/route.php

@ -178,6 +178,10 @@ Route::group(function () {
Route::get('common/getDictionary', 'apiController.Common/getDictionary');
//忘记密码-通过短信验证码进行密码重置(学生/员工通用)
Route::post('common/forgetPassword', 'apiController.Common/forgetPassword');
//获取配置项
Route::get('common/getConfig', 'apiController.Common/getConfig');
//获取微信小程序openid
Route::post('common/getMiniWxOpenId', 'apiController.Common/getMiniWxOpenId');

76
niucloud/app/service/api/apiService/CommonService.php

@ -13,6 +13,7 @@ namespace app\service\api\apiService;
use app\model\dict\Dict;
use app\model\member\Member;
use app\model\sys\SysConfig;
use app\model\sys\SysUser;
use core\base\BaseApiService;
@ -165,5 +166,80 @@ class CommonService extends BaseApiService
return $distance <= $radius;//false=超出打卡范围
}
/**
* 获取配置文件
* @param array $where
*/
public function getConfig(array $where){
$model = (new SysConfig());
if(!empty($where['config_key'])){
$model = $model->where('config_key',$where['config_key']);
}
$data = $model->find();//员工信息
if($data){
$data = $data->toArray();
}else{
$data = [];
}
return $data;
}
//获取微信小程序openid
public function getMiniWxOpenId(string $code)
{
// 微信小程序登录接口地址
$url = 'https://api.weixin.qq.com/sns/jscode2session';
// 从配置中获取appid和secret
$config = (new SysConfig())->where('config_key', 'weapp')->find();//微信小程序配置信息
if (!$config) {
return [
'code' => 0,
'msg' => '未找到微信小程序配置信息',
'data' => []
];
}
$configData = $config->toArray();
$params = [
'appid' => $configData['value']['app_id'] ?? '',
'secret' => $configData['value']['app_secret'] ?? '',
'js_code' => $code,
'grant_type' => 'authorization_code'
];
// 发起请求
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url . '?' . http_build_query($params));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
// 处理响应
$result = json_decode($response, true);
if (isset($result['errcode']) && $result['errcode'] != 0) {
return [
'code' => 0,
'msg' => '获取 openid 失败: ' . $result['errmsg'],
'data' => []
];
}
return [
'code' => 1,
'msg' => '操作成功',
'data' => [
'openid' => $result['openid'] ?? '',
'session_key' => $result['session_key'] ?? ''
]
];
}
}

BIN
niucloud/public/uniapp_src/static/images/common/black_arrow_right.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

BIN
niucloud/public/uniapp_src/static/images/common/closex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

BIN
niucloud/public/uniapp_src/static/images/common/clousex-big.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

BIN
niucloud/public/uniapp_src/static/images/common/common_icon_jump_gold.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

BIN
niucloud/public/uniapp_src/static/images/common/delete.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
niucloud/public/uniapp_src/static/images/common/edit.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
niucloud/public/uniapp_src/static/images/common/fa_song.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

BIN
niucloud/public/uniapp_src/static/images/common/gift_icon_close_new.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
niucloud/public/uniapp_src/static/images/common/gouxuankuang.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
niucloud/public/uniapp_src/static/images/common/gray_arrow_down.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

BIN
niucloud/public/uniapp_src/static/images/common/icon-close.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

BIN
niucloud/public/uniapp_src/static/images/common/icon-drop-down.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

BIN
niucloud/public/uniapp_src/static/images/common/icon_about.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
niucloud/public/uniapp_src/static/images/common/icon_black_back.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
niucloud/public/uniapp_src/static/images/common/icon_jump_black3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

BIN
niucloud/public/uniapp_src/static/images/common/image-delete.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

BIN
niucloud/public/uniapp_src/static/images/common/jia_hao.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

BIN
niucloud/public/uniapp_src/static/images/common/jump-r-arrow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

BIN
niucloud/public/uniapp_src/static/images/common/menu_icon_empty.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

BIN
niucloud/public/uniapp_src/static/images/common/more-arrow-right.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

BIN
niucloud/public/uniapp_src/static/images/common/round-black-selected.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
niucloud/public/uniapp_src/static/images/common/round_add_disabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

BIN
niucloud/public/uniapp_src/static/images/common/round_add_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

BIN
niucloud/public/uniapp_src/static/images/common/round_minus.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

BIN
niucloud/public/uniapp_src/static/images/common/search-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
niucloud/public/uniapp_src/static/images/common/star_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
niucloud/public/uniapp_src/static/images/common/xi_tong_xiao_xi.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

BIN
niucloud/public/uniapp_src/static/images/common/yong_hu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

BIN
niucloud/public/uniapp_src/static/images/home/chaungjian.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

BIN
niucloud/public/uniapp_src/static/images/home/tixing.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

BIN
niucloud/public/uniapp_src/static/images/home/wang.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
niucloud/public/uniapp_src/static/images/home/yong.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
niucloud/public/uniapp_src/static/images/index/addto.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
niucloud/public/uniapp_src/static/images/index/check_mark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
niucloud/public/uniapp_src/static/images/index/danlan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/danlv.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
niucloud/public/uniapp_src/static/images/index/dian.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

BIN
niucloud/public/uniapp_src/static/images/index/hong.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
niucloud/public/uniapp_src/static/images/index/huang.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/icon_shopping_bag.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

BIN
niucloud/public/uniapp_src/static/images/index/img.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/intention1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
niucloud/public/uniapp_src/static/images/index/intention2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
niucloud/public/uniapp_src/static/images/index/intention3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
niucloud/public/uniapp_src/static/images/index/lan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
niucloud/public/uniapp_src/static/images/index/lv.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
niucloud/public/uniapp_src/static/images/index/lvs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
niucloud/public/uniapp_src/static/images/index/manjian.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
niucloud/public/uniapp_src/static/images/index/me_icon_notification.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
niucloud/public/uniapp_src/static/images/index/menu_btn_close.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

BIN
niucloud/public/uniapp_src/static/images/index/menu_icon_popup_triangle_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

BIN
niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_quanzi.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/menupopup_btn_share_wechat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
niucloud/public/uniapp_src/static/images/index/message.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
niucloud/public/uniapp_src/static/images/index/myk.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
niucloud/public/uniapp_src/static/images/index/phone.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
niucloud/public/uniapp_src/static/images/index/rexiao.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
niucloud/public/uniapp_src/static/images/index/round-cancel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

BIN
niucloud/public/uniapp_src/static/images/index/round.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
niucloud/public/uniapp_src/static/images/index/round_close_btn.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
niucloud/public/uniapp_src/static/images/index/score.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
niucloud/public/uniapp_src/static/images/index/score1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
niucloud/public/uniapp_src/static/images/index/setup.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

BIN
niucloud/public/uniapp_src/static/images/index/shadow_yellow_star.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

BIN
niucloud/public/uniapp_src/static/images/index/shenlan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/star.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/task.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
niucloud/public/uniapp_src/static/images/index/tuijian.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
niucloud/public/uniapp_src/static/images/index/work_details.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
niucloud/public/uniapp_src/static/images/index/writing.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
niucloud/public/uniapp_src/static/images/index/xinpin.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
niucloud/public/uniapp_src/static/images/index/yellow_star.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

BIN
niucloud/public/uniapp_src/static/images/index/zan_wu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

BIN
niucloud/public/uniapp_src/static/images/login/login1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

BIN
niucloud/public/uniapp_src/static/images/login/login2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

BIN
niucloud/public/uniapp_src/static/images/login/wechat1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
niucloud/public/uniapp_src/static/images/mall/b3d3a98e3c7f450aaa32fbec6aecdfaf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
niucloud/public/uniapp_src/static/images/mall/img_pointmall_star.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
niucloud/public/uniapp_src/static/images/mall/me_img_banner_mall.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
niucloud/public/uniapp_src/static/images/mall/me_pointmall_img_nogift.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
niucloud/public/uniapp_src/static/images/mall/store_brh_home_page_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

BIN
niucloud/public/uniapp_src/static/images/mall/store_brh_service_normal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

BIN
niucloud/public/uniapp_src/static/images/member/me_club_task_img_done.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
niucloud/public/uniapp_src/static/images/my/b3d3a98e3c7f450aaa32fbec6aecdfaf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
niucloud/public/uniapp_src/static/images/my/coupons-empty.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
niucloud/public/uniapp_src/static/images/my/icon_arrow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

BIN
niucloud/public/uniapp_src/static/images/my/icon_attention.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 B

BIN
niucloud/public/uniapp_src/static/images/my/icon_giftcard.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
niucloud/public/uniapp_src/static/images/my/icon_rules.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

BIN
niucloud/public/uniapp_src/static/images/my/img_giftcard_empty.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
niucloud/public/uniapp_src/static/images/my/jf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
niucloud/public/uniapp_src/static/images/my/me_icon_gift_card.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
niucloud/public/uniapp_src/static/images/my/me_icon_points.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
niucloud/public/uniapp_src/static/images/my/me_icon_quan.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
niucloud/public/uniapp_src/static/images/my/me_icon_wallet.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
niucloud/public/uniapp_src/static/images/my/member_benefits/me_rights_icon_1jia1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 B

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save