Răsfoiți Sursa

小程序页面修改

elis 2 ani în urmă
părinte
comite
0cdf47601f

+ 2 - 2
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/index/index.js

@@ -559,10 +559,10 @@ Page({
 				barWidth: 17,
 				itemStyle: {
 					emphasis: {
-						barBorderRadius: 0
+						barBorderRadius: [0,10,10,0]
 					},
 					normal: {
-						barBorderRadius: 5,
+						barBorderRadius: [0,10,10,0],
 						color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
 								offset: 0,
 								color: '#006BFD'

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/index/index.wxml

@@ -477,7 +477,7 @@
 		<!-- 媒体矩阵 -->
 		<!-- 南岸报 -->
 		<!-- gotoNewsPaper -->
-		<view style="width: 100%;position:relative;margin-top: 80rpx;" bindtap="gotoNewsPaper">
+		<view style="width: 100%;position:relative;margin-top: 80rpx;" bindtap="gotoNAB">
 			<view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
 				<!-- 标题 -->
 				<view style="  display: flex;justify-content: left;align-items: center;height: 60rpx;">

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/myCenter/myCenter.wxml

@@ -14,7 +14,7 @@
     </block>
 
 		<!-- <image src="../images/sculpture.png" alt="" class="headPortrait"></image>
-		<text wx:if="{{canIUseGetUserProfile}}">登/注册</text>
+		<text wx:if="{{canIUseGetUserProfile}}">登/注册</text>
 		<button wx:else open-type="getUserInfo" bindgetuserinfo="getUserInfo">点击显示微信头像</button> -->
 	</view>
 	<view class="banner cont-width">

+ 5 - 5
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/nais/nais.wxml

@@ -190,15 +190,15 @@
 				</view>
 				<view>
 					<view style="display: flex;flex-wrap: wrap;width: 420rpx;">
-						<view style="width: 148rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;padding: 0 10rpx;margin: 5rpx;">
+						<view style="width: 143rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;text-align: center; padding: 0 10rpx;margin: 5rpx 5rpx 5rpx 20rpx;">
 							中国科学院大学</view>
-						<view style="width: 88rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;padding: 0 10rpx;margin: 5rpx;">
+						<view style="width: 83rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;text-align: center;padding: 0 10rpx;margin: 5rpx;">
 							清华大学</view>
-						<view style="width: 88rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;padding: 0 10rpx;margin: 5rpx;">
+						<view style="width: 83rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;text-align: center;padding: 0 10rpx;margin: 5rpx;">
 							同济大学</view>
-						<view style="width: 129rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;padding: 0 10rpx;margin: 5rpx 5rpx 0 40rpx;">
+						<view style="width: 124rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;text-align: center;padding: 0 10rpx;margin: 5rpx 5rpx 0 60rpx;">
 							中国地质大学</view>
-						<view style="width: 129rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;padding: 0 10rpx;margin: 5rpx;">
+						<view style="width: 124rpx;height: 43rpx;background: #DFEBFD;border-radius: 10rpx;font-weight: 500;color: #508FF4;font-size: 20rpx;font-family: PingFang SC;line-height: 43rpx;text-align: center;padding: 0 10rpx;margin: 5rpx;">
 							武汉理工大学</view>
 					</view>
 					<view style="text-align: center;font-weight: 500;color: #333333;font-size: 24rpx;font-family: PingFang SC;">

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/serve/serve.js

@@ -119,7 +119,7 @@ Page({
   },
   gotoz(){
 	  wx.navigateTo({
-		url: '/pages/web/web?url='+"http://127.0.0.1:8081/test/test.html",
+		url: '/pages/web/web?url='+"http://192.168.0.13:8080/zyylgNew/#/",
 	  })
   }
 })