Browse Source

打开医生的链接在微信上获取不到链接后面的get 参数did

master
kuaileWu 6 months ago
parent
commit
4c48bb2896
  1. 8
      components/inputBox.vue
  2. 2
      manifest.json
  3. 7
      pages/index/index.vue

8
components/inputBox.vue

@ -129,10 +129,12 @@ export default {
padding: 27.5rpx 14rpx; padding: 27.5rpx 14rpx;
box-sizing: border-box; box-sizing: border-box;
margin: 0 auto; margin: 0 auto;
font-size: 32rpx; font-size: 32rpx;
letter-spacing: 1rpx; line-height: 32rpx;
letter-spacing: 1rpx;
align-items: center;
&.error{ &.error{
border: 1rpx solid #FAB0B0; border: 2rpx solid #FAB0B0;
} }
.left{ .left{
display: flex; display: flex;

2
manifest.json

@ -70,7 +70,7 @@
"enable" : false "enable" : false
}, },
"vueVersion" : "2", "vueVersion" : "2",
/* "target" : "http://jasonyizherenxin.checkcopy.com",*/ /* "target" : "http://jasonyizherenxin.checkcopy.com",*/
/* "target" : "http://api.yizherenxin.cn",*/ /* "target" : "http://api.yizherenxin.cn",*/
"h5" : { "h5" : {
"router" : { "router" : {

7
pages/index/index.vue

@ -450,9 +450,12 @@
} }
.right{ .right{
// width: 200rpx; // width: 200rpx;
width: 99rpx; width: 172rpx;
flex-shrink: 0;
height: 100%; height: 100%;
color: #666666; color: #666666;
display: flex;
justify-content: flex-end;
img{ img{
width: 52rpx; width: 52rpx;
height: 52rpx; height: 52rpx;

Loading…
Cancel
Save