version:1.1.3
fix: update:优化支付问题,增加九学王激活逻辑
This commit is contained in:
@@ -258,6 +258,7 @@
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_vip_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
@@ -290,17 +291,18 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:text="商品名称"
|
||||
android:text="商品价格"
|
||||
android:textColor="@color/activation_text_color"
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_vip_price"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:text="软件终端许可证-AI旗舰版"
|
||||
android:text="¥980.00"
|
||||
android:textColor="#000000"
|
||||
android:textSize="9sp" />
|
||||
|
||||
@@ -561,7 +563,7 @@
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/license_notice"
|
||||
android:text="@string/license_hint"
|
||||
android:textColor="#9bb2cc"
|
||||
android:textSize="7sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -585,6 +587,7 @@
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:inputType="text"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -603,10 +606,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:text="注意:涂层刮开视为使用,无法退换货"
|
||||
android:textColor="@color/red"
|
||||
android:maxLines="2"
|
||||
android:text="@string/license_notice"
|
||||
android:textColor="#D01D27"
|
||||
android:textSize="7sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@@ -624,8 +626,8 @@
|
||||
android:layout_width="110dp"
|
||||
android:layout_height="25dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:onClick="@{click::keyConfirm}"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/icon_activation_confirm"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
<string name="desktop_permission">桌面运行需授予权限,点击设置</string>
|
||||
<string name="privacy_statement">本服务需获取网络、账号、设备、应用、交易信息以及您主动上传的数据,用于提供应用内支付服务。同时为了提升您的使用体验,基于您的“同意"为您启个性化服务。\n使用本服务,即表示您已满 14 周岁,并同意上述内容及学王365软终端内支付用户协议,关于学王365软终端内支付与隐私的声明。
|
||||
</string>
|
||||
<string name="license_notice">如果您已经订购实体包装版,您可以在包装盒内找到“许可证”贴纸,\n请刮开涂层,将密钥输入在下面的对话框内</string>
|
||||
<string name="license_hint">如果您的许可证从经销商手中获得,您可以在本页下方的对话框中输入许可证密钥,验证成功后,即可实现许可证的开通绑定,无需重复支付</string>
|
||||
<string name="license_notice">注意:请妥善保管您的许可证密钥,切勿遗失;\n许可证属于数字化虚拟商品,暂不支持退换,感谢您的理解与支持</string>
|
||||
|
||||
<string name="license_verification_successful">许可证验证成功,本账户已可长期使用,\n点击开启学习之旅!</string>
|
||||
<string name="validity_period">有效期:%d年</string>
|
||||
|
||||
Reference in New Issue
Block a user