修改登录注册页底部信息

master
santaner 11 months ago
parent 61262fa3ce
commit a8858dbe34
  1. 3
      pages/users/login/index.vue

@ -200,7 +200,8 @@
<button form-type="submit" @click="auth_token = ''" class="confirmBnt back">返回</button>
</view>
</form>
<view class="copyright" @click="goCopyUrl">{{ copyright.status == -1 ? `${copyright.year} ${copyright.url}` : copyright.Copyright }}</view>
<!-- <view class="copyright" @click="goCopyUrl">{{ copyright.status == -1 ? `${copyright.year} ${copyright.url}` : copyright.Copyright }}</view> -->
<view class="copyright">{{ copyright.status == -1 ? `${copyright.year} shop.freelycar.cn` : copyright.Copyright }}</view>
<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }" ref="verify"></Verify>
</div>

Loading…
Cancel
Save