There is an inexplicable style on the page when making the mobile end.

problem description

there is an inexplicable style on the page when working on the mobile end. No html node is displayed on the page. It will appear when you enter the page for the first time and disappear after refreshing.

the environmental background of the problems and what methods you have tried

the official account project done by vue uses vux component library and vw layout at the same time

Picture

clipboard.png

Code

<group>
  <cell title="" :value="address"></cell>
  <popup-picker title="" :data="dateList" v-model="date" placeholder="" @on-hide="closeDatePicker"></popup-picker>
  <popup-picker title="" :data="timeList" v-model="time" placeholder="" @on-hide="closeTimePicker"></popup-picker>
  <cell title="" :value="left_num"></cell>
  <cell title="" :value="left_num"></cell>
  <cell title="" :value="left_num"></cell>
  <cell title="" :value="left_num"></cell>
  <cell title="" :value="left_num"></cell>
  <cell title="" :value="left_num"></cell>

</group>

what result do you expect? What is the error message actually seen?

is this the strangest problem I have ever encountered? Ask for the boss"s answer, thank you

Vux
Apr.09,2021

this is obviously your style style. Check your style style binding, see if there are any problems, if there are any escape characters, or build a class instead of style

.
Menu