页面html部分
<view class="shoping-sify" v-for="(item,index1) in shopList" :key="index1">
<view class="shoping-sifytitle">{
{item.liTitle}}</view>
<view class="shoping-total">
<view class="shoping-navigator" v-for="(itemson,index2) in item.shopingList" :key="index2">
<navigator class="hyperlinks" :url="itemson.navigator">
<view class="shoping-image" :style="itemson.image"></view>
<view class="shopingprice">{
{itemson.utitle}}</view>
<view class="shoping-parce">
<text>¥{
{itemson.price}}</text>
<!-- <text>{
{itemson.uicon}}</text> -->
<image class="shopimgicon" :src="itemson.ic