DELL 3 anni fa
parent
commit
c9addb841b
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3 4
      src/packageOther/about/index.vue

+ 3 - 4
src/packageOther/about/index.vue

@@ -11,17 +11,16 @@
 			<view class="flex about-logo">
 				<image src="../../static/public/logo.png" mode="scaleToFill"></image>
 				<!-- #ifndef MP-ALIPAY -->
-				<view class="edition">v 1.0.6</view>
+				<view class="edition">v 1.0.7</view>
 				<!-- #endif -->
 				<!-- #ifdef MP-ALIPAY -->
-				<view class="edition">v 2.1.43</view>
+				<view class="edition">v 2.2.0</view>
 				<!-- #endif -->
 			</view>
 			<view class="about-action">
 				<u-cell-group :border="false">
 					<u-cell title="隐私保护声明" :isLink="true" :url="'/packageOther/about/conceal'"></u-cell>
-					<u-cell title="用户使用协议" :isLink="true" :url="'/packageOther/about/protect'">
-					</u-cell>
+					<u-cell title="用户使用协议" :isLink="true" :url="'/packageOther/about/protect'"></u-cell>
 				</u-cell-group>
 			</view>
 		</view>