Commit 70ef309b authored by Mac's avatar Mac

个人头像信息的添加

parent b740874a
...@@ -254,7 +254,7 @@ p{ ...@@ -254,7 +254,7 @@ p{
.use_news img{ .use_news img{
width: 0.4rem; width: 0.4rem;
height: 0.4rem; height: 0.4rem;
border-radius: 0.2rem; /*border-radius: 0.2rem;*/
overflow: hidden; overflow: hidden;
} }
.use_news div{ .use_news div{
......
...@@ -107,10 +107,10 @@ ...@@ -107,10 +107,10 @@
<img src="" alt="" class="received_img"> <img src="" alt="" class="received_img">
<div class="use_oupon"> <div class="use_oupon">
<div class="use_news"> <div class="use_news">
<img src="../images/default_head_img.jpg" alt=""> <img src="../images/tx_bg.png" alt="">
<div> <div>
<p>李思思</p> <p class="use_o"></p>
<p>此处为门店信息</p> <p class="use_t"></p>
</div> </div>
</div> </div>
<div class="click_use"> <div class="click_use">
...@@ -149,8 +149,8 @@ ...@@ -149,8 +149,8 @@
<script> <script>
// let href = 'http://activity.oytour.com/html/Appmd/draw.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE5NzA5MDUuMCwiZXhwIjoxNTc0NTYyOTA1LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.vlAcXCx4C_0KOmfLm4cLRxU28gTHmuMK6jgJtwjsSPM&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=App'; // let href = 'http://activity.oytour.com/html/Appmd/draw.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzE5NzA5MDUuMCwiZXhwIjoxNTc0NTYyOTA1LjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6M319.vlAcXCx4C_0KOmfLm4cLRxU28gTHmuMK6jgJtwjsSPM&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=App';
let href = window.location.href; // let href = window.location.href;
// let href='http://127.0.0.1:5500/html/GT_activities.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzM0NjY2NjMuMCwiZXhwIjoxNTczNTUzMDYzLjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6NH19.hX2b2MqSWYmWS0k3YsthxW-T6UxarIm5rdbqCVQtxdQ&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=App'; let href='http://127.0.0.1:5500/html/GT_activities.html?customerId=1549&accountId=1182&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzM0NjY2NjMuMCwiZXhwIjoxNTczNTUzMDYzLjAsInVzZXJJbmZvIjp7InVpZCI6IjExODIiLCJyZXF1ZXN0RnJvbSI6NH19.hX2b2MqSWYmWS0k3YsthxW-T6UxarIm5rdbqCVQtxdQ&secretKey=5d5e16254bd741c486fe2b83b42171d2&platform=App';
// 如果进入页面没有登录的参数 处理跳到h5页面登录 // 如果进入页面没有登录的参数 处理跳到h5页面登录
if(href.split('?')[1]){ if(href.split('?')[1]){
...@@ -196,6 +196,8 @@ ...@@ -196,6 +196,8 @@
$('.box_title h5').html(res.data.remark); $('.box_title h5').html(res.data.remark);
$('.explain p').html('使用说明'+ '<br/>' + res.data.instructions ); $('.explain p').html('使用说明'+ '<br/>' + res.data.instructions );
$('.use_o').html(res.data.contact );
$('.use_t').html(res.data.customerName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment