Commit b1eb0cb1 authored by xieyishang's avatar xieyishang

~~

parent fe04a24c
......@@ -2,12 +2,12 @@
"version" : "1",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://www.dsyluma.cn/xieyi.html\">《服务协议》</a>和<a href=\"https://www.dsyluma.cn/privacy.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"https://www.dsyluma.cn/xieyi.html\">《服务协议》</a>和<a href=\"https://www.dsyluma.cn/store_privacy.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"second" : {
"title" : "确认提示",
"message" : "  进入应用前,你需先同意<a href=\"https://www.dsyluma.cn/xieyi.html\">《服务协议》</a>和<a href=\"https://www.dsyluma.cn/privacy.html\">《隐私政策》</a>,否则将退出应用。",
"message" : "  进入应用前,你需先同意<a href=\"https://www.dsyluma.cn/xieyi.html\">《服务协议》</a>和<a href=\"https://www.dsyluma.cn/store_privacy.html\">《隐私政策》</a>,否则将退出应用。",
"buttonAccept" : "同意并继续",
"buttonRefuse" : "退出应用"
},
......
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.206",
"versionCode" : 1206,
"versionName" : "1.216",
"versionCode" : 1216,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
......@@ -19,7 +19,7 @@
<view class="contowtext">a)在使用本软件网络服务进行网上交易时,您不可避免的要向交易对方或潜在的交易对方披露自己的个人信息,如联络方式或者邮政地址。请您妥善保护自己的个人信息,仅在必要的情形下向他人提供。如您发现自己的个人信息泄密,请您立即联络本软件客服,以便本软件采取相应措施。</view>
-->
<web-view :webview-styles="webviewStyles" src="https://www.dsyluma.cn/privacy.html"></web-view>
<web-view :webview-styles="webviewStyles" src="https://www.dsyluma.cn/store_privacy.html"></web-view>
</view>
......
......@@ -2,8 +2,11 @@
<!-- 关于我们 -->
<view class="about">
<view class="texts">
鹿马108是一款全新的互联网电商服务平台,旨在为消费者提供价格实惠、质量有保障的商品。我们与多家厂商都建立了合作关系,从源头采购商品,减少中间环节从而让价格更加实惠。同时我们用心选品,严格把控每一款产品的质量。鹿马108电商平台致力于为消费者提供更好的购物体验和服务,让消费者在购物时更加放心、舒心、省心。
本端为商家管理端,商家可在本应用内管理订单和资金。
<!-- 鹿马108是一款全新的互联网电商服务平台,旨在为消费者提供价格实惠、质量有保障的商品。我们与多家厂商都建立了合作关系,从源头采购商品,减少中间环节从而让价格更加实惠。同时我们用心选品,严格把控每一款产品的质量。鹿马108电商平台致力于为消费者提供更好的购物体验和服务,让消费者在购物时更加放心、舒心、省心。
本端为商家管理端,商家可在本应用内管理订单和资金。 -->
欢迎使用鹿马商家助手,您的全方位电商管理伙伴!作为鹿马108电商平台的官方管理工具,鹿马商家助手旨在为商家提供一个便捷、高效的管理平台,帮助您轻松管理店铺的各个方面,包括但不限于资金、订单、产品、收益、粉丝、优惠券、评价以及订单提现等核心功能。
</view>
</view>
</template>
......
......@@ -261,13 +261,17 @@
}
if(qrcodeurl){//二维码
ctx.drawImage(qrcodeurl, (this.windowWidth-210*rpx)/2, 220, 210*rpx, 220*rpx);
// ctx.drawImage(qrcodeurl, (this.windowWidth-210*rpx)/2, 220, 210*rpx, 220*rpx);
ctx.drawImage(qrcodeurl, (this.windowWidth-200*rpx)/2, 200, 200*rpx, 200*rpx);
}
if(this.shop_name){//店铺名字
ctx.setTextAlign('center')
ctx.setFillStyle('#ffffff');
ctx.setFontSize((22*rpx).toFixed(0));
ctx.fillText(this.shop_name,(this.windowWidth-ctx.measureText(this.shopname).width)/2,470);
// ctx.fillText(this.shop_name,(this.windowWidth-ctx.measureText(this.shopname).width)/2,550);
}
uni.hideLoading();
ctx.draw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment