Browse Source

企业简介优化

master
wanghongjun 2 years ago
parent
commit
2c23ad3c79
  1. 2
      addons/weliam_smartcity/api/Store.php

2
addons/weliam_smartcity/api/Store.php

@ -565,7 +565,7 @@ class StoreModuleUniapp extends Uniapp
$data['areaid'] = $_GPC['areaid'];
$data['distid'] = $_GPC['distid'];
$data['address'] = $_GPC['address'];
$data['introduction'] = $_GPC['detail'];//店铺简介
$data['introduction'] = $_GPC['introduction'];//店铺简介
$data['verkey'] = $_GPC['verkey'];//核销密码
//招聘

Loading…
Cancel
Save