图片调整路径
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<view class="pageContent">
|
||||
<image src="/static/images/login.png" mode="" class="login-bg"></image>
|
||||
<image src="/static/images/common/login.png" mode="" class="login-bg"></image>
|
||||
<view class="content_con">
|
||||
<view class="user_logo">
|
||||
<image src="/static/images/logo.png" class="logo"></image>
|
||||
<image src="/static/images/common/logo.png" class="logo"></image>
|
||||
</view>
|
||||
<view class="user-right">
|
||||
<view class="user-title">星汉研创</view>
|
||||
@ -13,17 +13,17 @@
|
||||
<view class="content">
|
||||
<view class="menu-list">
|
||||
<view class="menu-item" @click="userAgree">
|
||||
<image src="/static/images/xy.png" class="icon"></image>
|
||||
<image src="/static/images/common/xy.png" class="icon"></image>
|
||||
<text class="title">用户协议</text>
|
||||
<uni-icons type="right" size="25" color="rgba(255, 255, 255, 0.4)" class="uniIcon"></uni-icons>
|
||||
</view>
|
||||
<view class="menu-item" @click="privacyAgree">
|
||||
<image src="/static/images/ys.png" class="icon"></image>
|
||||
<image src="/static/images/common/ys.png" class="icon"></image>
|
||||
<text class="title">隐私协议</text>
|
||||
<uni-icons type="right" size="25" color="rgba(255, 255, 255, 0.4)" class="uniIcon"></uni-icons>
|
||||
</view>
|
||||
<view class="menu-item" @click="aboutUs">
|
||||
<image src="/static/images/wm.png" class="icon"></image>
|
||||
<image src="/static/images/common/wm.png" class="icon"></image>
|
||||
<text class="title">关于我们</text>
|
||||
<uni-icons type="right" size="25" color="rgba(255, 255, 255, 0.4)" class="uniIcon"></uni-icons>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user