加入分享
更改为订单商城
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
<view slot="loadingMoreNoMore">
|
||||
<view style="display: flex;flex-direction: column;justify-content: center; align-items: center; margin-top: 20px; border-top: 2px #efefef solid;
|
||||
padding-top: 20px; margin-left:20px;margin-right: 20px;">
|
||||
<text style="color: #888888; font-size: 13px;">您也可以自由选菜,自建惠享云菜窖。</text>
|
||||
<text style="color: #888888; font-size: 13px;">您也可以自由选菜,自建惠享订单商城。</text>
|
||||
|
||||
<text style="color: #fff; font-size: 16px; font-weight: 600; font-family: sans-serif; background: #FCA45C; border-radius: 8px; padding: 10px 15px; margin-top: 15px;;" @click="optionalClick()">补充菜窖</text>
|
||||
</view>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -349,12 +349,12 @@
|
||||
<image src="../../static/logo_icon.png" style="width: 10vw;height: 10vw;" mode="scaleToFill">
|
||||
</image>
|
||||
<text
|
||||
style="margin-top: 5px;color: #333;font-size: 18px;font-weight: 600;font-family: sans-serif;">云菜窖</text>
|
||||
style="margin-top: 5px;color: #333;font-size: 18px;font-weight: 600;font-family: sans-serif;">订单商城</text>
|
||||
</view>
|
||||
|
||||
|
||||
<view style="display: flex;margin-top: 10px;margin-left: 20px; margin-right: 20px;">
|
||||
<text style="color: #999;text-indent:2em;">为确保您能正常体验小程序功能,云菜窖需要获取您的手机号。</text>
|
||||
<text style="color: #999;text-indent:2em;">为确保您能正常体验小程序功能,订单商城需要获取您的手机号。</text>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -414,9 +414,9 @@
|
||||
bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
|
||||
<view style="display: flex;flex-direction: column;justify-content: center;align-items: center;">
|
||||
<text style="margin-top: 12px;font-size: 14px;color: #333; ">尊敬的客户:
|
||||
    冬去春来,惠享“云菜窖”已伴随您走过了120个平凡又温馨的日子。首先,向您表达诚挚的谢意!正是您的支持与陪伴,激励着我们不断对产品和程序进行改进升级,也最终使得首期活动得以顺利开展,圆满闭窖。
|
||||
    冬去春来,惠享“订单商城”已伴随您走过了120个平凡又温馨的日子。首先,向您表达诚挚的谢意!正是您的支持与陪伴,激励着我们不断对产品和程序进行改进升级,也最终使得首期活动得以顺利开展,圆满闭窖。
|
||||
    “平价、优质、便捷”是我们给您的一贯承诺,在活动中,我们为您储备了基地直采的优质、实惠的蔬菜和水果,把绿色、新鲜、健康送到您的身边,我们与您和社区的关系更加紧密,也践行了助力乡村振兴的使命和担当。
|
||||
    在磨合中,我们也发现菜品品种需要丰富、服务水平需要加强、配送效率需要提升等不足。但是我们坚信,拥有热忱,便会进步,我们会总结经验,不断前行,在2024年10月份的“云菜窖”正式开窖时,给您更好的体验!
|
||||
    在磨合中,我们也发现菜品品种需要丰富、服务水平需要加强、配送效率需要提升等不足。但是我们坚信,拥有热忱,便会进步,我们会总结经验,不断前行,在2024年10月份的“订单商城”正式开窖时,给您更好的体验!
|
||||
    接下来,我们即将开启汇融惠农“家庭菜园”和“家庭果园”等活动,期待得到您的持续关注与支持,再次向您表达真诚的谢意,祝您生活愉快,身体健康!
|
||||
  更多精彩,请您扫码关注:</text>
|
||||
|
||||
@@ -884,7 +884,7 @@
|
||||
let value = encodeURIComponent(shareData)
|
||||
|
||||
resolve({
|
||||
title: '汇融农链-云菜窖',
|
||||
title: '汇融农链-订单商城',
|
||||
// ②
|
||||
path: '/pages/login/login?data=' + value,
|
||||
imageUrl: 'https://ordermall.yxtsoft.com/image/share_transfer_old.png', //自定义图片路径,显示图片长宽比是 5:4。
|
||||
|
||||
@@ -208,12 +208,12 @@
|
||||
<image src="../../static/logo_icon.png" style="width: 10vw;height: 10vw;" mode="scaleToFill">
|
||||
</image>
|
||||
<text
|
||||
style="margin-top: 5px;color: #333;font-size: 18px;font-weight: 600;font-family: sans-serif;">云菜窖</text>
|
||||
style="margin-top: 5px;color: #333;font-size: 18px;font-weight: 600;font-family: sans-serif;">订单商城</text>
|
||||
</view>
|
||||
|
||||
|
||||
<view style="display: flex;margin-top: 10px;margin-left: 20px; margin-right: 20px;">
|
||||
<text style="color: #999;text-indent:2em;">为确保您能正常体验小程序功能,云菜窖需要获取您的手机号。</text>
|
||||
<text style="color: #999;text-indent:2em;">为确保您能正常体验小程序功能,订单商城需要获取您的手机号。</text>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -379,7 +379,7 @@
|
||||
// let value = encodeURIComponent(shareData)
|
||||
|
||||
// return {
|
||||
// title: '汇融农链-云菜窖',
|
||||
// title: '汇融农链-订单商城',
|
||||
// // ②
|
||||
// path: '/pages/login/login?data=' + value,
|
||||
// imageUrl: 'https://ordermall.yxtsoft.com/image/share_invite.png', //自定义图片路径,显示图片长宽比是 5:4。
|
||||
@@ -422,7 +422,7 @@
|
||||
let value = encodeURIComponent(shareData)
|
||||
|
||||
resolve({
|
||||
title: '汇融农链-云菜窖',
|
||||
title: '汇融农链-订单商城',
|
||||
// ②
|
||||
path: '/pages/login/login?data=' + value,
|
||||
imageUrl: 'https://ordermall.yxtsoft.com/image/share_invite.png', //自定义图片路径,显示图片长宽比是 5:4。
|
||||
|
||||
Reference in New Issue
Block a user