|
|
@@ -121,12 +121,12 @@ function handleExchange() {
|
|
|
<image mode="heightFix" src="https://oss.xiaoxiongcode.com/static/home/coding.png" class="h-[70rpx]" />
|
|
|
<view class="text-center w-[300rpx]">
|
|
|
<cl-text class="text-center" color="#fb923c" :size="16">非平板显示效果较差,建议使用平板或者电脑端操作!</cl-text>
|
|
|
- <cl-text class="text-center" color="#999" :size="14">账号:小程序登录手机账号 </cl-text>
|
|
|
- <cl-text class="text-center" color="#999" :size="14"> 密码:初始密码为123456 </cl-text>
|
|
|
- <cl-text class="text-center" color="#999" :size="14">少儿编程网址: www.xiaoxiongcode.com </cl-text>
|
|
|
+ // <cl-text class="text-center" color="#999" :size="14">账号:小程序登录手机账号 </cl-text>
|
|
|
+ // <cl-text class="text-center" color="#999" :size="14"> 密码:初始密码为123456 </cl-text>
|
|
|
+ // <cl-text class="text-center" color="#999" :size="14">少儿编程网址: www.xiaoxiongcode.com </cl-text>
|
|
|
<cl-row :gutter="20">
|
|
|
<cl-col :span="12">
|
|
|
- <cl-button type="primary" @tap="copyUrl"> 复制网址 </cl-button>
|
|
|
+ <cl-button type="primary" @tap="visible = false"> 返回 </cl-button>
|
|
|
</cl-col>
|
|
|
<cl-col :span="12">
|
|
|
<cl-button type="warn" @tap="handleExchange"> 继续前往 </cl-button>
|