更新 二维码显示

main
yanzai 1 year ago
parent 08f4a461da
commit 2ede0329ba

@ -104,16 +104,21 @@ class FenzhenController extends Controller
]); ]);
$KaHao='';//卡号 $KaHao='';//卡号
$person_ghzid = ''; $person_ghzid = '';
$person_info = DB::table('web_user_person')->where('id', $info->web_user_id)->first();
if (!!$person_info) {
$person_ghzid = $person_info->ghzid;
$dnet = new AspNetZhuanController(); $dnet = new AspNetZhuanController();
$res2 = $dnet->GetPersonInfo([ $res2 = $dnet->GetPersonInfo([
"zjh" => $person_info->id_number, "zjh" => $info->id_number,
"action" => "2", "action" => "2",
"ghzid"=>"" "ghzid"=>""
]); ]);
$KaHao=isset($res2['data'][0]['KH'])?$res2['data'][0]['KH']:''; $KaHao=isset($res2['data'][0]['KH'])?$res2['data'][0]['KH']:'';
$person_info = DB::table('web_user_person')->where('id', $info->web_user_id)->first();
if (!!$person_info) {
$person_ghzid = $person_info->ghzid;
} }
if (!!$res) { if (!!$res) {
$time_line = $res['data']['time_line']; $time_line = $res['data']['time_line'];

@ -193,7 +193,7 @@
</view> </view>
<view v-if="!!fenzhen_list"> <view v-if="!!fenzhen_list">
<view class="order_info_wrapper relative"> <view class="order_info_wrapper relative">
<w-qrcode v-if="fenzhen_list.info.qrcode" @click="erweima_click(fenzhen_list.info.kahao)" class="absolute top-20rpx right-15rpx b-1 b-dashed b-#000 p-8rpx" <w-qrcode v-if="fenzhen_list.info.kahao" @click="erweima_click(fenzhen_list.info.kahao)" class="absolute top-20rpx right-15rpx b-1 b-dashed b-#000 p-8rpx"
:options="{ :options="{
level: 4, level: 4,
size: 130, size: 130,

Loading…
Cancel
Save